Html Css Color HEX #D20878 Medium Violet Red

📋 copy color: '#D20878'

red 210 ◦ green 8 ◦ blue 120

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

Shades of Medium Violet Red #D20878

Tints of Medium Violet Red #D20878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.5%

R = 62.13%
G = 2.37%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D20878 (or 0xD20878) is known color: Medium Violet Red. HEX triplet: D2, 08 and 78. RGB value is (210,8,120). Sum of RGB (Red+Green+Blue) = 210+8+120=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D20878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20878 is #2DF787. Grayscale: #505050. Windows color (decimal): -3012488 or 7866578. OLE color: 7866578.

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

Color convert

RGB 210 8 120 -
CMYK 0 0.96 0.43 0.18
HSL 326.73º 0.93% 0.43% -
HSV(B) 326.73º 0.96% 0.82% -
XYZ 30.06 15.23 19.13 -
YUV 81.17 149.92 219.89 -
System Red Green Blue C M Y K H S L
Decimal 210 8 120 0 0.96 0.43 0.18 326.73 0.93 0.43
Hex D2 8 78 0 60 2B 12 147 5D 2B
Octal 322 10 170 0 140 53 22 507 135 53
Binary 11010010 1000 1111000 0 1100000 101011 10010 101000111 1011101 101011

Color Harmonies of #D20878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20878

Black with #D20878

Text Example


Text Example

White with #D20878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20878; }

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

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

background-color css

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

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

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

border-color css

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

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

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