Html Css Color HEX #D2197C Medium Violet Red

📋 copy color: '#D2197C'

red 210 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #D2197C

Tints of Medium Violet Red #D2197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 58.5%
G = 6.96%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2197C (or 0xD2197C) is known color: Medium Violet Red. HEX triplet: D2, 19 and 7C. RGB value is (210,25,124). Sum of RGB (Red+Green+Blue) = 210+25+124=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2197C is #2DE683. Grayscale: #5B5B5B. Windows color (decimal): -3008132 or 8133074. OLE color: 8133074.

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

Color convert

RGB 210 25 124 -
CMYK 0 0.88 0.41 0.18
HSL 327.89º 0.79% 0.46% -
HSV(B) 327.89º 0.88% 0.82% -
XYZ 30.56 15.85 20.52 -
YUV 91.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 210 25 124 0 0.88 0.41 0.18 327.89 0.79 0.46
Hex D2 19 7C 0 58 29 12 148 4F 2E
Octal 322 31 174 0 130 51 22 510 117 56
Binary 11010010 11001 1111100 0 1011000 101001 10010 101001000 1001111 101110

Color Harmonies of #D2197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2197C

Black with #D2197C

Text Example


Text Example

White with #D2197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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