#DD6A9B

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

Shades of Pale Violet Red #DD6A9B

Tints of Pale Violet Red #DD6A9B

Color information

#DD6A9B (or 0xDD6A9B) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6A and 9B. RGB value is (221,106,155). Sum of RGB (Red+Green+Blue) = 221+106+155=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A9B is #229564. Grayscale: #919191. Windows color (decimal): -2266469 or 10185437. OLE color: 10185437.

HSL color Cylindrical-coordinate representation of color #DD6A9B: hue angle of 334.43º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6A9B is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221106155-
CMYK00.520.300.13
HSL334.43º62.84%64.12%-
HSV(B)334.43º52.04%86.67%-
XYZ40.8928.0534.27-
YUV145.97133.1181.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=45.85%
G=21.99%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110615500.520.300.13334.4362.8464.12
HexDD6A9B0341ED14e3f40
Octal335152233064361551677100
Binary1101110111010101001101101101001111011011010011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A9B; }

 p { color: rgb(221,106,155); }

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

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

 a { background-color: rgb(221,106,155); }

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

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

 span { border-color: rgb(221,106,155); }

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