Html Css Color HEX #D21178 Medium Violet Red

📋 copy color: '#D21178'

red 210 ◦ green 17 ◦ blue 120

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

Shades of Medium Violet Red #D21178

Tints of Medium Violet Red #D21178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.9%

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

R = 60.52%
G = 4.9%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D21178 (or 0xD21178) is known color: Medium Violet Red. HEX triplet: D2, 11 and 78. RGB value is (210,17,120). Sum of RGB (Red+Green+Blue) = 210+17+120=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D21178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21178 is #2DEE87. Grayscale: #565656. Windows color (decimal): -3010184 or 7868882. OLE color: 7868882.

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

Color convert

RGB 210 17 120 -
CMYK 0 0.92 0.43 0.18
HSL 327.98º 0.85% 0.45% -
HSV(B) 327.98º 0.92% 0.82% -
XYZ 30.17 15.46 19.16 -
YUV 86.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 210 17 120 0 0.92 0.43 0.18 327.98 0.85 0.45
Hex D2 11 78 0 5C 2B 12 148 55 2D
Octal 322 21 170 0 134 53 22 510 125 55
Binary 11010010 10001 1111000 0 1011100 101011 10010 101001000 1010101 101101

Color Harmonies of #D21178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21178

Black with #D21178

Text Example


Text Example

White with #D21178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21178; }

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

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

background-color css

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

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

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

border-color css

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

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

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