#DD6D97

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

Shades of Pale Violet Red #DD6D97

Tints of Pale Violet Red #DD6D97

Color information

#DD6D97 (or 0xDD6D97) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6D and 97. RGB value is (221,109,151). Sum of RGB (Red+Green+Blue) = 221+109+151=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D97 is #229268. Grayscale: #939393. Windows color (decimal): -2265705 or 9924061. OLE color: 9924061.

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

Color convert

RGB221109151-
CMYK00.510.320.13
HSL337.5º62.22%64.71%-
HSV(B)337.5º50.68%86.67%-
XYZ40.8728.5432.63-
YUV147.28130.11180.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 109 (42.97% from 255) = 22.66%
BLUE value IS 151 (59.38% from 255) = 31.39%
R=45.95%
G=22.66%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110915100.510.320.13337.562.2264.71
HexDD6D9703320D1523e41
Octal335155227063401552276101
Binary11011101110110110010111011001110000011011010100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6D97; }

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

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

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

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

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

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

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

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