Html Css Color HEX #D02197 Medium Violet Red

📋 copy color: '#D02197'

red 208 ◦ green 33 ◦ blue 151

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

Shades of Medium Violet Red #D02197

Tints of Medium Violet Red #D02197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.42%

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

R = 53.06%
G = 8.42%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D02197 (or 0xD02197) is known color: Medium Violet Red. HEX triplet: D0, 21 and 97. RGB value is (208,33,151). Sum of RGB (Red+Green+Blue) = 208+33+151=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D02197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02197 is #2FDE68. Grayscale: #626262. Windows color (decimal): -3137129 or 9904592. OLE color: 9904592.

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

Color convert

RGB 208 33 151 -
CMYK 0 0.84 0.27 0.18
HSL 319.54º 0.73% 0.47% -
HSV(B) 319.54º 0.84% 0.82% -
XYZ 32.14 16.73 30.81 -
YUV 98.78 157.48 205.91 -
System Red Green Blue C M Y K H S L
Decimal 208 33 151 0 0.84 0.27 0.18 319.54 0.73 0.47
Hex D0 21 97 0 54 1B 12 140 49 2F
Octal 320 41 227 0 124 33 22 500 111 57
Binary 11010000 100001 10010111 0 1010100 11011 10010 101000000 1001001 101111

Color Harmonies of #D02197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02197

Black with #D02197

Text Example


Text Example

White with #D02197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02197; }

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

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

background-color css

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

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

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

border-color css

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

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

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