#DD6191

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

Shades of Pale Violet Red #DD6191

Tints of Pale Violet Red #DD6191

Color information

#DD6191 (or 0xDD6191) is unknown color: approx Pale Violet Red. HEX triplet: DD, 61 and 91. RGB value is (221,97,145). Sum of RGB (Red+Green+Blue) = 221+97+145=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6191 is #229E6E. Grayscale: #8B8B8B. Windows color (decimal): -2268783 or 9527773. OLE color: 9527773.

HSL color Cylindrical-coordinate representation of color #DD6191: hue angle of 336.77º 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 #DD6191 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB22197145-
CMYK00.560.340.13
HSL336.77º64.58%62.35%-
HSV(B)336.77º56.11%86.67%-
XYZ39.225.9729.73-
YUV139.55131.08186.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=47.73%
G=20.95%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219714500.560.340.13336.7764.5862.35
HexDD619103822D151413e
Octal335141221070421552110176
Binary11011101110000110010001011100010001011011010100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6191; }

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

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

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

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

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

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

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

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