Html Css Color HEX #D20879 Medium Violet Red

📋 copy color: '#D20879'

red 210 ◦ green 8 ◦ blue 121

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

Shades of Medium Violet Red #D20879

Tints of Medium Violet Red #D20879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.36%

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 61.95%
G = 2.36%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D20879 (or 0xD20879) is known color: Medium Violet Red. HEX triplet: D2, 08 and 79. RGB value is (210,8,121). Sum of RGB (Red+Green+Blue) = 210+8+121=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D20879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20879 is #2DF786. Grayscale: #515151. Windows color (decimal): -3012487 or 7932114. OLE color: 7932114.

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

Color convert

RGB 210 8 121 -
CMYK 0 0.96 0.42 0.18
HSL 326.44º 0.93% 0.43% -
HSV(B) 326.44º 0.96% 0.82% -
XYZ 30.12 15.26 19.45 -
YUV 81.28 150.42 219.81 -
System Red Green Blue C M Y K H S L
Decimal 210 8 121 0 0.96 0.42 0.18 326.44 0.93 0.43
Hex D2 8 79 0 60 2A 12 146 5D 2B
Octal 322 10 171 0 140 52 22 506 135 53
Binary 11010010 1000 1111001 0 1100000 101010 10010 101000110 1011101 101011

Color Harmonies of #D20879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20879

Black with #D20879

Text Example


Text Example

White with #D20879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20879; }

 p { color: rgb(210,8,121); }

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

background-color css

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

 a { background-color: rgb(210,8,121); }

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

border-color css

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

 span { border-color: rgb(210,8,121); }

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