Html Css Color HEX #D02199 Medium Violet Red

📋 copy color: '#D02199'

red 208 ◦ green 33 ◦ blue 153

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

Shades of Medium Violet Red #D02199

Tints of Medium Violet Red #D02199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 52.79%
G = 8.38%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D02199 (or 0xD02199) is known color: Medium Violet Red. HEX triplet: D0, 21 and 99. RGB value is (208,33,153). Sum of RGB (Red+Green+Blue) = 208+33+153=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D02199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02199 is #2FDE66. Grayscale: #626262. Windows color (decimal): -3137127 or 10035664. OLE color: 10035664.

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

Color convert

RGB 208 33 153 -
CMYK 0 0.84 0.26 0.18
HSL 318.86º 0.73% 0.47% -
HSV(B) 318.86º 0.84% 0.82% -
XYZ 32.31 16.8 31.68 -
YUV 99.01 158.48 205.74 -
System Red Green Blue C M Y K H S L
Decimal 208 33 153 0 0.84 0.26 0.18 318.86 0.73 0.47
Hex D0 21 99 0 54 1A 12 13F 49 2F
Octal 320 41 231 0 124 32 22 477 111 57
Binary 11010000 100001 10011001 0 1010100 11010 10010 100111111 1001001 101111

Color Harmonies of #D02199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02199

Black with #D02199

Text Example


Text Example

White with #D02199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02199; }

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

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

background-color css

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

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

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

border-color css

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

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

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