Html Css Color HEX #D21596 Medium Violet Red

📋 copy color: '#D21596'

red 210 ◦ green 21 ◦ blue 150

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

Shades of Medium Violet Red #D21596

Tints of Medium Violet Red #D21596

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

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

R = 55.12%
G = 5.51%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D21596 (or 0xD21596) is known color: Medium Violet Red. HEX triplet: D2, 15 and 96. RGB value is (210,21,150). Sum of RGB (Red+Green+Blue) = 210+21+150=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D21596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21596 is #2DEA69. Grayscale: #5B5B5B. Windows color (decimal): -3009130 or 9835986. OLE color: 9835986.

HSL color Cylindrical-coordinate representation of color #D21596: hue angle of 319.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21596 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 21 150 -
CMYK 0 0.90 0.29 0.18
HSL 319.05º 0.82% 0.45% -
HSV(B) 319.05º 0.9% 0.82% -
XYZ 32.35 16.44 30.32 -
YUV 92.22 160.62 212.01 -
System Red Green Blue C M Y K H S L
Decimal 210 21 150 0 0.90 0.29 0.18 319.05 0.82 0.45
Hex D2 15 96 0 5A 1D 12 13F 52 2D
Octal 322 25 226 0 132 35 22 477 122 55
Binary 11010010 10101 10010110 0 1011010 11101 10010 100111111 1010010 101101

Color Harmonies of #D21596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21596

Black with #D21596

Text Example


Text Example

White with #D21596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21596; }

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

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

background-color css

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

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

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

border-color css

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

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

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