Html Css Color HEX #D20799 Medium Violet Red

📋 copy color: '#D20799'

red 210 ◦ green 7 ◦ blue 153

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

Shades of Medium Violet Red #D20799

Tints of Medium Violet Red #D20799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

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

R = 56.76%
G = 1.89%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D20799 (or 0xD20799) is known color: Medium Violet Red. HEX triplet: D2, 07 and 99. RGB value is (210,7,153). Sum of RGB (Red+Green+Blue) = 210+7+153=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D20799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20799 is #2DF866. Grayscale: #535353. Windows color (decimal): -3012711 or 10029010. OLE color: 10029010.

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

Color convert

RGB 210 7 153 -
CMYK 0 0.97 0.27 0.18
HSL 316.85º 0.94% 0.43% -
HSV(B) 316.85º 0.97% 0.82% -
XYZ 32.4 16.15 31.55 -
YUV 84.34 166.75 217.63 -
System Red Green Blue C M Y K H S L
Decimal 210 7 153 0 0.97 0.27 0.18 316.85 0.94 0.43
Hex D2 7 99 0 61 1B 12 13D 5E 2B
Octal 322 7 231 0 141 33 22 475 136 53
Binary 11010010 111 10011001 0 1100001 11011 10010 100111101 1011110 101011

Color Harmonies of #D20799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20799

Black with #D20799

Text Example


Text Example

White with #D20799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20799; }

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

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

background-color css

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

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

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

border-color css

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

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

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