Html Css Color HEX #D21895 Medium Violet Red

📋 copy color: '#D21895'

red 210 ◦ green 24 ◦ blue 149

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

Shades of Medium Violet Red #D21895

Tints of Medium Violet Red #D21895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.27%

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

R = 54.83%
G = 6.27%
B = 38.9%

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

#D21895 (or 0xD21895) is known color: Medium Violet Red. HEX triplet: D2, 18 and 95. RGB value is (210,24,149). Sum of RGB (Red+Green+Blue) = 210+24+149=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D21895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21895 is #2DE76A. Grayscale: #5D5D5D. Windows color (decimal): -3008363 or 9771218. OLE color: 9771218.

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

Color convert

RGB 210 24 149 -
CMYK 0 0.89 0.29 0.18
HSL 319.68º 0.79% 0.46% -
HSV(B) 319.68º 0.89% 0.82% -
XYZ 32.33 16.52 29.92 -
YUV 93.86 159.12 210.84 -
System Red Green Blue C M Y K H S L
Decimal 210 24 149 0 0.89 0.29 0.18 319.68 0.79 0.46
Hex D2 18 95 0 59 1D 12 140 4F 2E
Octal 322 30 225 0 131 35 22 500 117 56
Binary 11010010 11000 10010101 0 1011001 11101 10010 101000000 1001111 101110

Color Harmonies of #D21895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21895

Black with #D21895

Text Example


Text Example

White with #D21895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21895; }

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

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

background-color css

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

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

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

border-color css

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

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

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