Html Css Color HEX #D21795 Medium Violet Red

📋 copy color: '#D21795'

red 210 ◦ green 23 ◦ blue 149

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

Shades of Medium Violet Red #D21795

Tints of Medium Violet Red #D21795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 54.97%
G = 6.02%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D21795 (or 0xD21795) is known color: Medium Violet Red. HEX triplet: D2, 17 and 95. RGB value is (210,23,149). Sum of RGB (Red+Green+Blue) = 210+23+149=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D21795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21795 is #2DE86A. Grayscale: #5C5C5C. Windows color (decimal): -3008619 or 9770962. OLE color: 9770962.

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

Color convert

RGB 210 23 149 -
CMYK 0 0.89 0.29 0.18
HSL 319.57º 0.8% 0.46% -
HSV(B) 319.57º 0.89% 0.82% -
XYZ 32.31 16.48 29.91 -
YUV 93.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 210 23 149 0 0.89 0.29 0.18 319.57 0.8 0.46
Hex D2 17 95 0 59 1D 12 140 50 2E
Octal 322 27 225 0 131 35 22 500 120 56
Binary 11010010 10111 10010101 0 1011001 11101 10010 101000000 1010000 101110

Color Harmonies of #D21795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21795

Black with #D21795

Text Example


Text Example

White with #D21795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21795; }

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

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

background-color css

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

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

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

border-color css

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

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

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