Html Css Color HEX #D21997 Medium Violet Red

📋 copy color: '#D21997'

red 210 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #D21997

Tints of Medium Violet Red #D21997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.12%

R = 54.4%
G = 6.48%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D21997 (or 0xD21997) is known color: Medium Violet Red. HEX triplet: D2, 19 and 97. RGB value is (210,25,151). Sum of RGB (Red+Green+Blue) = 210+25+151=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D21997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21997 is #2DE668. Grayscale: #5E5E5E. Windows color (decimal): -3008105 or 9902546. OLE color: 9902546.

HSL color Cylindrical-coordinate representation of color #D21997: hue angle of 319.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 #D21997 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 151 -
CMYK 0 0.88 0.28 0.18
HSL 319.14º 0.79% 0.46% -
HSV(B) 319.14º 0.88% 0.82% -
XYZ 32.51 16.63 30.77 -
YUV 94.68 159.79 210.25 -
System Red Green Blue C M Y K H S L
Decimal 210 25 151 0 0.88 0.28 0.18 319.14 0.79 0.46
Hex D2 19 97 0 58 1C 12 13F 4F 2E
Octal 322 31 227 0 130 34 22 477 117 56
Binary 11010010 11001 10010111 0 1011000 11100 10010 100111111 1001111 101110

Color Harmonies of #D21997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21997

Black with #D21997

Text Example


Text Example

White with #D21997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21997; }

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

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

background-color css

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

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

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

border-color css

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

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

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