Html Css Color HEX #D20199 Medium Violet Red

📋 copy color: '#D20199'

red 210 ◦ green 1 ◦ blue 153

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

Shades of Medium Violet Red #D20199

Tints of Medium Violet Red #D20199

RGB

 RED value IS 210 (82.42% from 255) = 57.69%

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 57.69%
G = 0.27%
B = 42.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D20199 (or 0xD20199) is known color: Medium Violet Red. HEX triplet: D2, 01 and 99. RGB value is (210,1,153). Sum of RGB (Red+Green+Blue) = 210+1+153=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D20199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20199 is #2DFE66. Grayscale: #505050. Windows color (decimal): -3014247 or 10027474. OLE color: 10027474.

HSL color Cylindrical-coordinate representation of color #D20199: hue angle of 316.36º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20199 is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 153 -
CMYK 0 1.00 0.27 0.18
HSL 316.36º 0.99% 0.41% -
HSV(B) 316.36º 1% 0.82% -
XYZ 32.34 16.02 31.53 -
YUV 80.82 168.74 220.14 -
System Red Green Blue C M Y K H S L
Decimal 210 1 153 0 1.00 0.27 0.18 316.36 0.99 0.41
Hex D2 1 99 0 64 1B 12 13C 63 29
Octal 322 1 231 0 144 33 22 474 143 51
Binary 11010010 1 10011001 0 1100100 11011 10010 100111100 1100011 101001

Color Harmonies of #D20199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20199

Black with #D20199

Text Example


Text Example

White with #D20199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20199; }

 p { color: rgb(210,1,153); }

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

background-color css

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

 a { background-color: rgb(210,1,153); }

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

border-color css

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

 span { border-color: rgb(210,1,153); }

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