Html Css Color HEX #D21E78 Medium Violet Red

📋 copy color: '#D21E78'

red 210 ◦ green 30 ◦ blue 120

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

Shades of Medium Violet Red #D21E78

Tints of Medium Violet Red #D21E78

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

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

R = 58.33%
G = 8.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D21E78 (or 0xD21E78) is known color: Medium Violet Red. HEX triplet: D2, 1E and 78. RGB value is (210,30,120). Sum of RGB (Red+Green+Blue) = 210+30+120=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E78 is #2DE187. Grayscale: #5D5D5D. Windows color (decimal): -3006856 or 7872210. OLE color: 7872210.

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

Color convert

RGB 210 30 120 -
CMYK 0 0.86 0.43 0.18
HSL 330º 0.75% 0.47% -
HSV(B) 330º 0.86% 0.82% -
XYZ 30.43 15.99 19.25 -
YUV 94.08 142.63 210.68 -
System Red Green Blue C M Y K H S L
Decimal 210 30 120 0 0.86 0.43 0.18 330 0.75 0.47
Hex D2 1E 78 0 56 2B 12 14A 4B 2F
Octal 322 36 170 0 126 53 22 512 113 57
Binary 11010010 11110 1111000 0 1010110 101011 10010 101001010 1001011 101111

Color Harmonies of #D21E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E78

Black with #D21E78

Text Example


Text Example

White with #D21E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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