Html Css Color HEX #D01E8C Medium Violet Red

📋 copy color: '#D01E8C'

red 208 ◦ green 30 ◦ blue 140

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

Shades of Medium Violet Red #D01E8C

Tints of Medium Violet Red #D01E8C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.94%

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

R = 55.03%
G = 7.94%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D01E8C (or 0xD01E8C) is known color: Medium Violet Red. HEX triplet: D0, 1E and 8C. RGB value is (208,30,140). Sum of RGB (Red+Green+Blue) = 208+30+140=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01E8C is #2FE173. Grayscale: #5F5F5F. Windows color (decimal): -3137908 or 9182928. OLE color: 9182928.

HSL color Cylindrical-coordinate representation of color #D01E8C: hue angle of 322.92º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01E8C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 30 140 -
CMYK 0 0.86 0.33 0.18
HSL 322.92º 0.75% 0.47% -
HSV(B) 322.92º 0.86% 0.82% -
XYZ 31.21 16.23 26.3 -
YUV 95.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 208 30 140 0 0.86 0.33 0.18 322.92 0.75 0.47
Hex D0 1E 8C 0 56 21 12 143 4B 2F
Octal 320 36 214 0 126 41 22 503 113 57
Binary 11010000 11110 10001100 0 1010110 100001 10010 101000011 1001011 101111

Color Harmonies of #D01E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E8C

Black with #D01E8C

Text Example


Text Example

White with #D01E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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