Html Css Color HEX #D21579 Medium Violet Red

📋 copy color: '#D21579'

red 210 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #D21579

Tints of Medium Violet Red #D21579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.97%

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

R = 59.66%
G = 5.97%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D21579 (or 0xD21579) is known color: Medium Violet Red. HEX triplet: D2, 15 and 79. RGB value is (210,21,121). Sum of RGB (Red+Green+Blue) = 210+21+121=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D21579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21579 is #2DEA86. Grayscale: #585858. Windows color (decimal): -3009159 or 7935442. OLE color: 7935442.

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

Color convert

RGB 210 21 121 -
CMYK 0 0.90 0.42 0.18
HSL 328.25º 0.82% 0.45% -
HSV(B) 328.25º 0.9% 0.82% -
XYZ 30.3 15.62 19.51 -
YUV 88.91 146.12 214.37 -
System Red Green Blue C M Y K H S L
Decimal 210 21 121 0 0.90 0.42 0.18 328.25 0.82 0.45
Hex D2 15 79 0 5A 2A 12 148 52 2D
Octal 322 25 171 0 132 52 22 510 122 55
Binary 11010010 10101 1111001 0 1011010 101010 10010 101001000 1010010 101101

Color Harmonies of #D21579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21579

Black with #D21579

Text Example


Text Example

White with #D21579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21579; }

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

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

background-color css

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

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

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

border-color css

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

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

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