#dd197c

Color #DD197C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DD197C

Tints of Medium Violet Red #DD197C

Color information

#DD197C (or 0xDD197C) is unknown color: approx Medium Violet Red. HEX triplet: DD, 19 and 7C. RGB value is (221,25,124). Sum of RGB (Red+Green+Blue) = 221+25+124=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD197C is #22E683. Grayscale: #5E5E5E. Windows color (decimal): -2287236 or 8133085. OLE color: 8133085.

HSL color Cylindrical-coordinate representation of color #DD197C: hue angle of 329.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD197C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB22125124-
CMYK00.890.440.13
HSL329.69º79.67%48.24%-
HSV(B)329.69º88.69%86.67%-
XYZ33.817.5220.67-
YUV94.89144.43217.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.73%
GREEN value IS 25 (10.16% from 255) = 6.76%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=59.73%
G=6.76%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212512400.890.440.13329.6979.6748.24
HexDD197C0592CD14a5030
Octal335311740131541551212060
Binary110111011100111111000101100110110011011010010101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd197c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd197c; }

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

 H1.HeaderClassName
 {
   color: #dd197c;
 }
 .AnyTagClassName
 {
   color: #dd197c;
 }
</style>
background-color css

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

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

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

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

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

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