Html Css Color HEX #D20699 Medium Violet Red

📋 copy color: '#D20699'

red 210 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #D20699

Tints of Medium Violet Red #D20699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

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

R = 56.91%
G = 1.63%
B = 41.46%

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

#D20699 (or 0xD20699) is known color: Medium Violet Red. HEX triplet: D2, 06 and 99. RGB value is (210,6,153). Sum of RGB (Red+Green+Blue) = 210+6+153=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D20699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20699 is #2DF966. Grayscale: #535353. Windows color (decimal): -3012967 or 10028754. OLE color: 10028754.

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

Color convert

RGB 210 6 153 -
CMYK 0 0.97 0.27 0.18
HSL 316.76º 0.94% 0.42% -
HSV(B) 316.76º 0.97% 0.82% -
XYZ 32.39 16.13 31.54 -
YUV 83.75 167.09 218.05 -
System Red Green Blue C M Y K H S L
Decimal 210 6 153 0 0.97 0.27 0.18 316.76 0.94 0.42
Hex D2 6 99 0 61 1B 12 13D 5E 2A
Octal 322 6 231 0 141 33 22 475 136 52
Binary 11010010 110 10011001 0 1100001 11011 10010 100111101 1011110 101010

Color Harmonies of #D20699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20699

Black with #D20699

Text Example


Text Example

White with #D20699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20699; }

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

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

background-color css

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

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

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

border-color css

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

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

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