Html Css Color HEX #D2199C Medium Violet Red

📋 copy color: '#D2199C'

red 210 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #D2199C

Tints of Medium Violet Red #D2199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.39%

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

R = 53.71%
G = 6.39%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2199C (or 0xD2199C) is known color: Medium Violet Red. HEX triplet: D2, 19 and 9C. RGB value is (210,25,156). Sum of RGB (Red+Green+Blue) = 210+25+156=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2199C is #2DE663. Grayscale: #5E5E5E. Windows color (decimal): -3008100 or 10230226. OLE color: 10230226.

HSL color Cylindrical-coordinate representation of color #D2199C: hue angle of 317.51º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2199C is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 156 -
CMYK 0 0.88 0.26 0.18
HSL 317.51º 0.79% 0.46% -
HSV(B) 317.51º 0.88% 0.82% -
XYZ 32.93 16.8 32.96 -
YUV 95.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 210 25 156 0 0.88 0.26 0.18 317.51 0.79 0.46
Hex D2 19 9C 0 58 1A 12 13E 4F 2E
Octal 322 31 234 0 130 32 22 476 117 56
Binary 11010010 11001 10011100 0 1011000 11010 10010 100111110 1001111 101110

Color Harmonies of #D2199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2199C

Black with #D2199C

Text Example


Text Example

White with #D2199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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