Html Css Color HEX #D20676 Medium Violet Red

📋 copy color: '#D20676'

red 210 ◦ green 6 ◦ blue 118

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

Shades of Medium Violet Red #D20676

Tints of Medium Violet Red #D20676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.33%

R = 62.87%
G = 1.8%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20676 (or 0xD20676) is known color: Medium Violet Red. HEX triplet: D2, 06 and 76. RGB value is (210,6,118). Sum of RGB (Red+Green+Blue) = 210+6+118=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D20676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20676 is #2DF989. Grayscale: #4F4F4F. Windows color (decimal): -3013002 or 7734994. OLE color: 7734994.

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

Color convert

RGB 210 6 118 -
CMYK 0 0.97 0.44 0.18
HSL 327.06º 0.94% 0.42% -
HSV(B) 327.06º 0.97% 0.82% -
XYZ 29.91 15.14 18.49 -
YUV 79.76 149.59 220.89 -
System Red Green Blue C M Y K H S L
Decimal 210 6 118 0 0.97 0.44 0.18 327.06 0.94 0.42
Hex D2 6 76 0 61 2C 12 147 5E 2A
Octal 322 6 166 0 141 54 22 507 136 52
Binary 11010010 110 1110110 0 1100001 101100 10010 101000111 1011110 101010

Color Harmonies of #D20676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20676

Black with #D20676

Text Example


Text Example

White with #D20676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20676; }

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

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

background-color css

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

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

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

border-color css

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

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

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