Html Css Color HEX #D21F78 Medium Violet Red

📋 copy color: '#D21F78'

red 210 ◦ green 31 ◦ blue 120

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

Shades of Medium Violet Red #D21F78

Tints of Medium Violet Red #D21F78

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.59%

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

R = 58.17%
G = 8.59%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D21F78 (or 0xD21F78) is known color: Medium Violet Red. HEX triplet: D2, 1F and 78. RGB value is (210,31,120). Sum of RGB (Red+Green+Blue) = 210+31+120=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F78 is #2DE087. Grayscale: #5E5E5E. Windows color (decimal): -3006600 or 7872466. OLE color: 7872466.

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

Color convert

RGB 210 31 120 -
CMYK 0 0.85 0.43 0.18
HSL 330.17º 0.74% 0.47% -
HSV(B) 330.17º 0.85% 0.82% -
XYZ 30.46 16.04 19.26 -
YUV 94.67 142.3 210.26 -
System Red Green Blue C M Y K H S L
Decimal 210 31 120 0 0.85 0.43 0.18 330.17 0.74 0.47
Hex D2 1F 78 0 55 2B 12 14A 4A 2F
Octal 322 37 170 0 125 53 22 512 112 57
Binary 11010010 11111 1111000 0 1010101 101011 10010 101001010 1001010 101111

Color Harmonies of #D21F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F78

Black with #D21F78

Text Example


Text Example

White with #D21F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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