Html Css Color HEX #D2159A Medium Violet Red

📋 copy color: '#D2159A'

red 210 ◦ green 21 ◦ blue 154

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

Shades of Medium Violet Red #D2159A

Tints of Medium Violet Red #D2159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40%

R = 54.55%
G = 5.45%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2159A (or 0xD2159A) is known color: Medium Violet Red. HEX triplet: D2, 15 and 9A. RGB value is (210,21,154). Sum of RGB (Red+Green+Blue) = 210+21+154=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2159A is #2DEA65. Grayscale: #5C5C5C. Windows color (decimal): -3009126 or 10098130. OLE color: 10098130.

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

Color convert

RGB 210 21 154 -
CMYK 0 0.90 0.27 0.18
HSL 317.78º 0.82% 0.45% -
HSV(B) 317.78º 0.9% 0.82% -
XYZ 32.68 16.57 32.05 -
YUV 92.67 162.62 211.69 -
System Red Green Blue C M Y K H S L
Decimal 210 21 154 0 0.90 0.27 0.18 317.78 0.82 0.45
Hex D2 15 9A 0 5A 1B 12 13E 52 2D
Octal 322 25 232 0 132 33 22 476 122 55
Binary 11010010 10101 10011010 0 1011010 11011 10010 100111110 1010010 101101

Color Harmonies of #D2159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2159A

Black with #D2159A

Text Example


Text Example

White with #D2159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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