Html Css Color HEX #D21574 Medium Violet Red

📋 copy color: '#D21574'

red 210 ◦ green 21 ◦ blue 116

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

Shades of Medium Violet Red #D21574

Tints of Medium Violet Red #D21574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 60.52%
G = 6.05%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21574 (or 0xD21574) is known color: Medium Violet Red. HEX triplet: D2, 15 and 74. RGB value is (210,21,116). Sum of RGB (Red+Green+Blue) = 210+21+116=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D21574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21574 is #2DEA8B. Grayscale: #585858. Windows color (decimal): -3009164 or 7607762. OLE color: 7607762.

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

Color convert

RGB 210 21 116 -
CMYK 0 0.90 0.45 0.18
HSL 329.84º 0.82% 0.45% -
HSV(B) 329.84º 0.9% 0.82% -
XYZ 30 15.5 17.93 -
YUV 88.34 143.62 214.78 -
System Red Green Blue C M Y K H S L
Decimal 210 21 116 0 0.90 0.45 0.18 329.84 0.82 0.45
Hex D2 15 74 0 5A 2D 12 14A 52 2D
Octal 322 25 164 0 132 55 22 512 122 55
Binary 11010010 10101 1110100 0 1011010 101101 10010 101001010 1010010 101101

Color Harmonies of #D21574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21574

Black with #D21574

Text Example


Text Example

White with #D21574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21574; }

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

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

background-color css

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

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

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

border-color css

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

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

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