Html Css Color HEX #D00E7A Medium Violet Red

📋 copy color: '#D00E7A'

red 208 ◦ green 14 ◦ blue 122

#D00E7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D00E7A

Tints of Medium Violet Red #D00E7A

RGB

 RED value IS 208 (81.64% from 255) = 60.47%

 GREEN value IS 14 (5.86% from 255) = 4.07%

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 60.47%
G = 4.07%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D00E7A (or 0xD00E7A) is known color: Medium Violet Red. HEX triplet: D0, 0E and 7A. RGB value is (208,14,122). Sum of RGB (Red+Green+Blue) = 208+14+122=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00E7A is #2FF185. Grayscale: #545454. Windows color (decimal): -3142022 or 7999184. OLE color: 7999184.

HSL color Cylindrical-coordinate representation of color #D00E7A: hue angle of 326.6º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00E7A is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 14 122 -
CMYK 0 0.93 0.41 0.18
HSL 326.6º 0.87% 0.44% -
HSV(B) 326.6º 0.93% 0.82% -
XYZ 29.68 15.13 19.77 -
YUV 84.32 149.27 216.22 -
System Red Green Blue C M Y K H S L
Decimal 208 14 122 0 0.93 0.41 0.18 326.6 0.87 0.44
Hex D0 E 7A 0 5D 29 12 147 57 2C
Octal 320 16 172 0 135 51 22 507 127 54
Binary 11010000 1110 1111010 0 1011101 101001 10010 101000111 1010111 101100

Color Harmonies of #D00E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E7A

Black with #D00E7A

Text Example


Text Example

White with #D00E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E7A; }

 p { color: rgb(208,14,122); }

 H1.HeaderClassName
 {
   color: #D00E7A;
 }
 .AnyTagClassName
 {
   color: #D00E7A;
 }
</style>

background-color css

<style>
 a { background-color: #D00E7A; }

 a { background-color: rgb(208,14,122); }

 div.DivClassName
 {
   background-color: #D00E7A;
 }
 .BgClassName
 {
   background-color: #D00E7A;
 }
</style>

border-color css

<style>
 span { border-color: #D00E7A; }

 span { border-color: rgb(208,14,122); }

 td.TdClassName
 {
   border-color: #D00E7A;
 }
 .TagClassName
 {
   border-color: #D00E7A;
 }
</style>