Html Css Color HEX #D21896 Medium Violet Red

📋 copy color: '#D21896'

red 210 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #D21896

Tints of Medium Violet Red #D21896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 54.69%
G = 6.25%
B = 39.06%

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

#D21896 (or 0xD21896) is known color: Medium Violet Red. HEX triplet: D2, 18 and 96. RGB value is (210,24,150). Sum of RGB (Red+Green+Blue) = 210+24+150=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D21896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21896 is #2DE769. Grayscale: #5D5D5D. Windows color (decimal): -3008362 or 9836754. OLE color: 9836754.

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

Color convert

RGB 210 24 150 -
CMYK 0 0.89 0.29 0.18
HSL 319.35º 0.79% 0.46% -
HSV(B) 319.35º 0.89% 0.82% -
XYZ 32.41 16.56 30.34 -
YUV 93.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 210 24 150 0 0.89 0.29 0.18 319.35 0.79 0.46
Hex D2 18 96 0 59 1D 12 13F 4F 2E
Octal 322 30 226 0 131 35 22 477 117 56
Binary 11010010 11000 10010110 0 1011001 11101 10010 100111111 1001111 101110

Color Harmonies of #D21896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21896

Black with #D21896

Text Example


Text Example

White with #D21896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21896; }

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

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

background-color css

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

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

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

border-color css

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

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

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