Html Css Color HEX #D20978 Medium Violet Red

📋 copy color: '#D20978'

red 210 ◦ green 9 ◦ blue 120

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

Shades of Medium Violet Red #D20978

Tints of Medium Violet Red #D20978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

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

R = 61.95%
G = 2.65%
B = 35.4%

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

#D20978 (or 0xD20978) is known color: Medium Violet Red. HEX triplet: D2, 09 and 78. RGB value is (210,9,120). Sum of RGB (Red+Green+Blue) = 210+9+120=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D20978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20978 is #2DF687. Grayscale: #515151. Windows color (decimal): -3012232 or 7866834. OLE color: 7866834.

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

Color convert

RGB 210 9 120 -
CMYK 0 0.96 0.43 0.18
HSL 326.87º 0.92% 0.43% -
HSV(B) 326.87º 0.96% 0.82% -
XYZ 30.07 15.25 19.13 -
YUV 81.75 149.59 219.47 -
System Red Green Blue C M Y K H S L
Decimal 210 9 120 0 0.96 0.43 0.18 326.87 0.92 0.43
Hex D2 9 78 0 60 2B 12 147 5C 2B
Octal 322 11 170 0 140 53 22 507 134 53
Binary 11010010 1001 1111000 0 1100000 101011 10010 101000111 1011100 101011

Color Harmonies of #D20978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20978

Black with #D20978

Text Example


Text Example

White with #D20978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20978; }

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

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

background-color css

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

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

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

border-color css

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

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

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