#DD6197

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

Shades of Pale Violet Red #DD6197

Tints of Pale Violet Red #DD6197

Color information

#DD6197 (or 0xDD6197) is unknown color: approx Pale Violet Red. HEX triplet: DD, 61 and 97. RGB value is (221,97,151). Sum of RGB (Red+Green+Blue) = 221+97+151=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6197 is #229E68. Grayscale: #8C8C8C. Windows color (decimal): -2268777 or 9920989. OLE color: 9920989.

HSL color Cylindrical-coordinate representation of color #DD6197: hue angle of 333.87º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6197 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22197151-
CMYK00.560.320.13
HSL333.87º64.58%62.35%-
HSV(B)333.87º56.11%86.67%-
XYZ39.6826.1632.24-
YUV140.23134.08185.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=47.12%
G=20.68%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219715100.560.320.13333.8764.5862.35
HexDD619703820D14e413e
Octal335141227070401551610176
Binary11011101110000110010111011100010000011011010011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6197; }

 p { color: rgb(221,97,151); }

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

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

 a { background-color: rgb(221,97,151); }

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

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

 span { border-color: rgb(221,97,151); }

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