Html Css Color HEX #D20677 Medium Violet Red

📋 copy color: '#D20677'

red 210 ◦ green 6 ◦ blue 119

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

Shades of Medium Violet Red #D20677

Tints of Medium Violet Red #D20677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 62.69%
G = 1.79%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D20677 (or 0xD20677) is known color: Medium Violet Red. HEX triplet: D2, 06 and 77. RGB value is (210,6,119). Sum of RGB (Red+Green+Blue) = 210+6+119=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D20677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20677 is #2DF988. Grayscale: #4F4F4F. Windows color (decimal): -3013001 or 7800530. OLE color: 7800530.

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

Color convert

RGB 210 6 119 -
CMYK 0 0.97 0.43 0.18
HSL 326.76º 0.94% 0.42% -
HSV(B) 326.76º 0.97% 0.82% -
XYZ 29.97 15.16 18.8 -
YUV 79.88 150.09 220.81 -
System Red Green Blue C M Y K H S L
Decimal 210 6 119 0 0.97 0.43 0.18 326.76 0.94 0.42
Hex D2 6 77 0 61 2B 12 147 5E 2A
Octal 322 6 167 0 141 53 22 507 136 52
Binary 11010010 110 1110111 0 1100001 101011 10010 101000111 1011110 101010

Color Harmonies of #D20677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20677

Black with #D20677

Text Example


Text Example

White with #D20677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20677; }

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

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

background-color css

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

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

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

border-color css

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

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

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