Html Css Color HEX #D21772 Medium Violet Red

📋 copy color: '#D21772'

red 210 ◦ green 23 ◦ blue 114

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

Shades of Medium Violet Red #D21772

Tints of Medium Violet Red #D21772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.63%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 60.52%
G = 6.63%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D21772 (or 0xD21772) is known color: Medium Violet Red. HEX triplet: D2, 17 and 72. RGB value is (210,23,114). Sum of RGB (Red+Green+Blue) = 210+23+114=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D21772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21772 is #2DE88D. Grayscale: #595959. Windows color (decimal): -3008654 or 7477202. OLE color: 7477202.

HSL color Cylindrical-coordinate representation of color #D21772: hue angle of 330.8º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21772 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 23 114 -
CMYK 0 0.89 0.46 0.18
HSL 330.8º 0.8% 0.46% -
HSV(B) 330.8º 0.89% 0.82% -
XYZ 29.92 15.53 17.34 -
YUV 89.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 210 23 114 0 0.89 0.46 0.18 330.8 0.8 0.46
Hex D2 17 72 0 59 2E 12 14B 50 2E
Octal 322 27 162 0 131 56 22 513 120 56
Binary 11010010 10111 1110010 0 1011001 101110 10010 101001011 1010000 101110

Color Harmonies of #D21772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21772

Black with #D21772

Text Example


Text Example

White with #D21772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21772; }

 p { color: rgb(210,23,114); }

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

background-color css

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

 a { background-color: rgb(210,23,114); }

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

border-color css

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

 span { border-color: rgb(210,23,114); }

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