Html Css Color HEX #D01EAC Medium Violet Red

📋 copy color: '#D01EAC'

red 208 ◦ green 30 ◦ blue 172

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

Shades of Medium Violet Red #D01EAC

Tints of Medium Violet Red #D01EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 50.73%
G = 7.32%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D01EAC (or 0xD01EAC) is known color: Medium Violet Red. HEX triplet: D0, 1E and AC. RGB value is (208,30,172). Sum of RGB (Red+Green+Blue) = 208+30+172=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D01EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01EAC is #2FE153. Grayscale: #636363. Windows color (decimal): -3137876 or 11280080. OLE color: 11280080.

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

Color convert

RGB 208 30 172 -
CMYK 0 0.86 0.17 0.18
HSL 312.13º 0.75% 0.47% -
HSV(B) 312.13º 0.86% 0.82% -
XYZ 33.92 17.32 40.58 -
YUV 99.41 168.97 205.45 -
System Red Green Blue C M Y K H S L
Decimal 208 30 172 0 0.86 0.17 0.18 312.13 0.75 0.47
Hex D0 1E AC 0 56 11 12 138 4B 2F
Octal 320 36 254 0 126 21 22 470 113 57
Binary 11010000 11110 10101100 0 1010110 10001 10010 100111000 1001011 101111

Color Harmonies of #D01EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EAC

Black with #D01EAC

Text Example


Text Example

White with #D01EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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