Html Css Color HEX #D21972 Medium Violet Red

📋 copy color: '#D21972'

red 210 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #D21972

Tints of Medium Violet Red #D21972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.16%

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

R = 60.17%
G = 7.16%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D21972 (or 0xD21972) is known color: Medium Violet Red. HEX triplet: D2, 19 and 72. RGB value is (210,25,114). Sum of RGB (Red+Green+Blue) = 210+25+114=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D21972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21972 is #2DE68D. Grayscale: #5A5A5A. Windows color (decimal): -3008142 or 7477714. OLE color: 7477714.

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

Color convert

RGB 210 25 114 -
CMYK 0 0.88 0.46 0.18
HSL 331.14º 0.79% 0.46% -
HSV(B) 331.14º 0.88% 0.82% -
XYZ 29.96 15.61 17.35 -
YUV 90.46 141.29 213.26 -
System Red Green Blue C M Y K H S L
Decimal 210 25 114 0 0.88 0.46 0.18 331.14 0.79 0.46
Hex D2 19 72 0 58 2E 12 14B 4F 2E
Octal 322 31 162 0 130 56 22 513 117 56
Binary 11010010 11001 1110010 0 1011000 101110 10010 101001011 1001111 101110

Color Harmonies of #D21972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21972

Black with #D21972

Text Example


Text Example

White with #D21972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21972; }

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

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

background-color css

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

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

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

border-color css

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

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

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