Html Css Color HEX #D21576 Medium Violet Red

📋 copy color: '#D21576'

red 210 ◦ green 21 ◦ blue 118

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

Shades of Medium Violet Red #D21576

Tints of Medium Violet Red #D21576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 60.17%
G = 6.02%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D21576 (or 0xD21576) is known color: Medium Violet Red. HEX triplet: D2, 15 and 76. RGB value is (210,21,118). Sum of RGB (Red+Green+Blue) = 210+21+118=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D21576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21576 is #2DEA89. Grayscale: #585858. Windows color (decimal): -3009162 or 7738834. OLE color: 7738834.

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

Color convert

RGB 210 21 118 -
CMYK 0 0.90 0.44 0.18
HSL 329.21º 0.82% 0.45% -
HSV(B) 329.21º 0.9% 0.82% -
XYZ 30.12 15.55 18.55 -
YUV 88.57 144.62 214.61 -
System Red Green Blue C M Y K H S L
Decimal 210 21 118 0 0.90 0.44 0.18 329.21 0.82 0.45
Hex D2 15 76 0 5A 2C 12 149 52 2D
Octal 322 25 166 0 132 54 22 511 122 55
Binary 11010010 10101 1110110 0 1011010 101100 10010 101001001 1010010 101101

Color Harmonies of #D21576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21576

Black with #D21576

Text Example


Text Example

White with #D21576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21576; }

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

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

background-color css

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

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

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

border-color css

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

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

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