Html Css Color HEX #D2159C Medium Violet Red

📋 copy color: '#D2159C'

red 210 ◦ green 21 ◦ blue 156

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

Shades of Medium Violet Red #D2159C

Tints of Medium Violet Red #D2159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 54.26%
G = 5.43%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2159C (or 0xD2159C) is known color: Medium Violet Red. HEX triplet: D2, 15 and 9C. RGB value is (210,21,156). Sum of RGB (Red+Green+Blue) = 210+21+156=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2159C is #2DEA63. Grayscale: #5C5C5C. Windows color (decimal): -3009124 or 10229202. OLE color: 10229202.

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

Color convert

RGB 210 21 156 -
CMYK 0 0.90 0.26 0.18
HSL 317.14º 0.82% 0.45% -
HSV(B) 317.14º 0.9% 0.82% -
XYZ 32.85 16.64 32.93 -
YUV 92.9 163.62 211.52 -
System Red Green Blue C M Y K H S L
Decimal 210 21 156 0 0.90 0.26 0.18 317.14 0.82 0.45
Hex D2 15 9C 0 5A 1A 12 13D 52 2D
Octal 322 25 234 0 132 32 22 475 122 55
Binary 11010010 10101 10011100 0 1011010 11010 10010 100111101 1010010 101101

Color Harmonies of #D2159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2159C

Black with #D2159C

Text Example


Text Example

White with #D2159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2159C; }

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

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

background-color css

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

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

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

border-color css

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

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

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