Html Css Color HEX #D00E8C Medium Violet Red

📋 copy color: '#D00E8C'

red 208 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #D00E8C

Tints of Medium Violet Red #D00E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 57.46%
G = 3.87%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D00E8C (or 0xD00E8C) is known color: Medium Violet Red. HEX triplet: D0, 0E and 8C. RGB value is (208,14,140). Sum of RGB (Red+Green+Blue) = 208+14+140=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00E8C is #2FF173. Grayscale: #565656. Windows color (decimal): -3142004 or 9178832. OLE color: 9178832.

HSL color Cylindrical-coordinate representation of color #D00E8C: hue angle of 321.03º 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 #D00E8C is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 14 140 -
CMYK 0 0.93 0.33 0.18
HSL 321.03º 0.87% 0.44% -
HSV(B) 321.03º 0.93% 0.82% -
XYZ 30.9 15.62 26.2 -
YUV 86.37 158.27 214.75 -
System Red Green Blue C M Y K H S L
Decimal 208 14 140 0 0.93 0.33 0.18 321.03 0.87 0.44
Hex D0 E 8C 0 5D 21 12 141 57 2C
Octal 320 16 214 0 135 41 22 501 127 54
Binary 11010000 1110 10001100 0 1011101 100001 10010 101000001 1010111 101100

Color Harmonies of #D00E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E8C

Black with #D00E8C

Text Example


Text Example

White with #D00E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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