Html Css Color HEX #D21978 Medium Violet Red

📋 copy color: '#D21978'

red 210 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #D21978

Tints of Medium Violet Red #D21978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

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

R = 59.15%
G = 7.04%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D21978 (or 0xD21978) is known color: Medium Violet Red. HEX triplet: D2, 19 and 78. RGB value is (210,25,120). Sum of RGB (Red+Green+Blue) = 210+25+120=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D21978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21978 is #2DE687. Grayscale: #5A5A5A. Windows color (decimal): -3008136 or 7870930. OLE color: 7870930.

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

Color convert

RGB 210 25 120 -
CMYK 0 0.88 0.43 0.18
HSL 329.19º 0.79% 0.46% -
HSV(B) 329.19º 0.88% 0.82% -
XYZ 30.32 15.75 19.21 -
YUV 91.15 144.29 212.78 -
System Red Green Blue C M Y K H S L
Decimal 210 25 120 0 0.88 0.43 0.18 329.19 0.79 0.46
Hex D2 19 78 0 58 2B 12 149 4F 2E
Octal 322 31 170 0 130 53 22 511 117 56
Binary 11010010 11001 1111000 0 1011000 101011 10010 101001001 1001111 101110

Color Harmonies of #D21978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21978

Black with #D21978

Text Example


Text Example

White with #D21978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21978; }

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

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

background-color css

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

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

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

border-color css

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

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

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