Html Css Color HEX #D21573 Medium Violet Red

📋 copy color: '#D21573'

red 210 ◦ green 21 ◦ blue 115

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

Shades of Medium Violet Red #D21573

Tints of Medium Violet Red #D21573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 60.69%
G = 6.07%
B = 33.24%

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

#D21573 (or 0xD21573) is known color: Medium Violet Red. HEX triplet: D2, 15 and 73. RGB value is (210,21,115). Sum of RGB (Red+Green+Blue) = 210+21+115=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D21573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21573 is #2DEA8C. Grayscale: #585858. Windows color (decimal): -3009165 or 7542226. OLE color: 7542226.

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

Color convert

RGB 210 21 115 -
CMYK 0 0.90 0.45 0.18
HSL 330.16º 0.82% 0.45% -
HSV(B) 330.16º 0.9% 0.82% -
XYZ 29.94 15.48 17.63 -
YUV 88.23 143.12 214.86 -
System Red Green Blue C M Y K H S L
Decimal 210 21 115 0 0.90 0.45 0.18 330.16 0.82 0.45
Hex D2 15 73 0 5A 2D 12 14A 52 2D
Octal 322 25 163 0 132 55 22 512 122 55
Binary 11010010 10101 1110011 0 1011010 101101 10010 101001010 1010010 101101

Color Harmonies of #D21573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21573

Black with #D21573

Text Example


Text Example

White with #D21573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21573; }

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

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

background-color css

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

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

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

border-color css

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

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

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