Html Css Color HEX #D01F89 Medium Violet Red

📋 copy color: '#D01F89'

red 208 ◦ green 31 ◦ blue 137

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

Shades of Medium Violet Red #D01F89

Tints of Medium Violet Red #D01F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.24%

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 55.32%
G = 8.24%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D01F89 (or 0xD01F89) is known color: Medium Violet Red. HEX triplet: D0, 1F and 89. RGB value is (208,31,137). Sum of RGB (Red+Green+Blue) = 208+31+137=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01F89 is #2FE076. Grayscale: #5F5F5F. Windows color (decimal): -3137655 or 8986576. OLE color: 8986576.

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

Color convert

RGB 208 31 137 -
CMYK 0 0.85 0.34 0.18
HSL 324.07º 0.74% 0.47% -
HSV(B) 324.07º 0.85% 0.82% -
XYZ 31.02 16.2 25.16 -
YUV 96.01 151.14 207.88 -
System Red Green Blue C M Y K H S L
Decimal 208 31 137 0 0.85 0.34 0.18 324.07 0.74 0.47
Hex D0 1F 89 0 55 22 12 144 4A 2F
Octal 320 37 211 0 125 42 22 504 112 57
Binary 11010000 11111 10001001 0 1010101 100010 10010 101000100 1001010 101111

Color Harmonies of #D01F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F89

Black with #D01F89

Text Example


Text Example

White with #D01F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F89; }

 p { color: rgb(208,31,137); }

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

background-color css

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

 a { background-color: rgb(208,31,137); }

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

border-color css

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

 span { border-color: rgb(208,31,137); }

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