Html Css Color HEX #D01891 Medium Violet Red

📋 copy color: '#D01891'

red 208 ◦ green 24 ◦ blue 145

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

Shades of Medium Violet Red #D01891

Tints of Medium Violet Red #D01891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.37%

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

R = 55.17%
G = 6.37%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D01891 (or 0xD01891) is known color: Medium Violet Red. HEX triplet: D0, 18 and 91. RGB value is (208,24,145). Sum of RGB (Red+Green+Blue) = 208+24+145=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D01891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01891 is #2FE76E. Grayscale: #5C5C5C. Windows color (decimal): -3139439 or 9509072. OLE color: 9509072.

HSL color Cylindrical-coordinate representation of color #D01891: hue angle of 320.54º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01891 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 145 -
CMYK 0 0.88 0.30 0.18
HSL 320.54º 0.79% 0.45% -
HSV(B) 320.54º 0.88% 0.82% -
XYZ 31.45 16.11 28.24 -
YUV 92.81 157.46 210.16 -
System Red Green Blue C M Y K H S L
Decimal 208 24 145 0 0.88 0.30 0.18 320.54 0.79 0.45
Hex D0 18 91 0 58 1E 12 141 4F 2D
Octal 320 30 221 0 130 36 22 501 117 55
Binary 11010000 11000 10010001 0 1011000 11110 10010 101000001 1001111 101101

Color Harmonies of #D01891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01891

Black with #D01891

Text Example


Text Example

White with #D01891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01891; }

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

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

background-color css

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

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

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

border-color css

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

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

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