Html Css Color HEX #D01E9F Medium Violet Red

📋 copy color: '#D01E9F'

red 208 ◦ green 30 ◦ blue 159

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

Shades of Medium Violet Red #D01E9F

Tints of Medium Violet Red #D01E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 52.39%
G = 7.56%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D01E9F (or 0xD01E9F) is known color: Medium Violet Red. HEX triplet: D0, 1E and 9F. RGB value is (208,30,159). Sum of RGB (Red+Green+Blue) = 208+30+159=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01E9F is #2FE160. Grayscale: #616161. Windows color (decimal): -3137889 or 10428112. OLE color: 10428112.

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

Color convert

RGB 208 30 159 -
CMYK 0 0.86 0.24 0.18
HSL 316.52º 0.75% 0.47% -
HSV(B) 316.52º 0.86% 0.82% -
XYZ 32.73 16.84 34.33 -
YUV 97.93 162.47 206.51 -
System Red Green Blue C M Y K H S L
Decimal 208 30 159 0 0.86 0.24 0.18 316.52 0.75 0.47
Hex D0 1E 9F 0 56 18 12 13D 4B 2F
Octal 320 36 237 0 126 30 22 475 113 57
Binary 11010000 11110 10011111 0 1010110 11000 10010 100111101 1001011 101111

Color Harmonies of #D01E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E9F

Black with #D01E9F

Text Example


Text Example

White with #D01E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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