Html Css Color HEX #D21797 Medium Violet Red

📋 copy color: '#D21797'

red 210 ◦ green 23 ◦ blue 151

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

Shades of Medium Violet Red #D21797

Tints of Medium Violet Red #D21797

RGB

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

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

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

R = 54.69%
G = 5.99%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D21797 (or 0xD21797) is known color: Medium Violet Red. HEX triplet: D2, 17 and 97. RGB value is (210,23,151). Sum of RGB (Red+Green+Blue) = 210+23+151=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D21797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21797 is #2DE868. Grayscale: #5D5D5D. Windows color (decimal): -3008617 or 9902034. OLE color: 9902034.

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

Color convert

RGB 210 23 151 -
CMYK 0 0.89 0.28 0.18
HSL 318.93º 0.8% 0.46% -
HSV(B) 318.93º 0.89% 0.82% -
XYZ 32.47 16.55 30.76 -
YUV 93.51 160.45 211.09 -
System Red Green Blue C M Y K H S L
Decimal 210 23 151 0 0.89 0.28 0.18 318.93 0.8 0.46
Hex D2 17 97 0 59 1C 12 13F 50 2E
Octal 322 27 227 0 131 34 22 477 120 56
Binary 11010010 10111 10010111 0 1011001 11100 10010 100111111 1010000 101110

Color Harmonies of #D21797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21797

Black with #D21797

Text Example


Text Example

White with #D21797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21797; }

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

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

background-color css

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

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

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

border-color css

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

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

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