Html Css Color HEX #D01E91 Medium Violet Red

📋 copy color: '#D01E91'

red 208 ◦ green 30 ◦ blue 145

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

Shades of Medium Violet Red #D01E91

Tints of Medium Violet Red #D01E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 54.31%
G = 7.83%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D01E91 (or 0xD01E91) is known color: Medium Violet Red. HEX triplet: D0, 1E and 91. RGB value is (208,30,145). Sum of RGB (Red+Green+Blue) = 208+30+145=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01E91 is #2FE16E. Grayscale: #606060. Windows color (decimal): -3137903 or 9510608. OLE color: 9510608.

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

Color convert

RGB 208 30 145 -
CMYK 0 0.86 0.30 0.18
HSL 321.24º 0.75% 0.47% -
HSV(B) 321.24º 0.86% 0.82% -
XYZ 31.59 16.38 28.29 -
YUV 96.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 208 30 145 0 0.86 0.30 0.18 321.24 0.75 0.47
Hex D0 1E 91 0 56 1E 12 141 4B 2F
Octal 320 36 221 0 126 36 22 501 113 57
Binary 11010000 11110 10010001 0 1010110 11110 10010 101000001 1001011 101111

Color Harmonies of #D01E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E91

Black with #D01E91

Text Example


Text Example

White with #D01E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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