Html Css Color HEX #D01997 Medium Violet Red

📋 copy color: '#D01997'

red 208 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #D01997

Tints of Medium Violet Red #D01997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.51%

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 54.17%
G = 6.51%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D01997 (or 0xD01997) is known color: Medium Violet Red. HEX triplet: D0, 19 and 97. RGB value is (208,25,151). Sum of RGB (Red+Green+Blue) = 208+25+151=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D01997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01997 is #2FE668. Grayscale: #5D5D5D. Windows color (decimal): -3139177 or 9902544. OLE color: 9902544.

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

Color convert

RGB 208 25 151 -
CMYK 0 0.88 0.27 0.18
HSL 318.69º 0.79% 0.46% -
HSV(B) 318.69º 0.88% 0.82% -
XYZ 31.95 16.34 30.75 -
YUV 94.08 160.13 209.25 -
System Red Green Blue C M Y K H S L
Decimal 208 25 151 0 0.88 0.27 0.18 318.69 0.79 0.46
Hex D0 19 97 0 58 1B 12 13F 4F 2E
Octal 320 31 227 0 130 33 22 477 117 56
Binary 11010000 11001 10010111 0 1011000 11011 10010 100111111 1001111 101110

Color Harmonies of #D01997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01997

Black with #D01997

Text Example


Text Example

White with #D01997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01997; }

 p { color: rgb(208,25,151); }

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

background-color css

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

 a { background-color: rgb(208,25,151); }

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

border-color css

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

 span { border-color: rgb(208,25,151); }

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