Html Css Color HEX #D21F79 Medium Violet Red

📋 copy color: '#D21F79'

red 210 ◦ green 31 ◦ blue 121

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

Shades of Medium Violet Red #D21F79

Tints of Medium Violet Red #D21F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 58.01%
G = 8.56%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D21F79 (or 0xD21F79) is known color: Medium Violet Red. HEX triplet: D2, 1F and 79. RGB value is (210,31,121). Sum of RGB (Red+Green+Blue) = 210+31+121=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F79 is #2DE086. Grayscale: #5E5E5E. Windows color (decimal): -3006599 or 7938002. OLE color: 7938002.

HSL color Cylindrical-coordinate representation of color #D21F79: hue angle of 329.83º 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 #D21F79 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 31 121 -
CMYK 0 0.85 0.42 0.18
HSL 329.83º 0.74% 0.47% -
HSV(B) 329.83º 0.85% 0.82% -
XYZ 30.52 16.06 19.58 -
YUV 94.78 142.8 210.18 -
System Red Green Blue C M Y K H S L
Decimal 210 31 121 0 0.85 0.42 0.18 329.83 0.74 0.47
Hex D2 1F 79 0 55 2A 12 14A 4A 2F
Octal 322 37 171 0 125 52 22 512 112 57
Binary 11010010 11111 1111001 0 1010101 101010 10010 101001010 1001010 101111

Color Harmonies of #D21F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F79

Black with #D21F79

Text Example


Text Example

White with #D21F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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