#DD6A9E

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

Shades of Pale Violet Red #DD6A9E

Tints of Pale Violet Red #DD6A9E

Color information

#DD6A9E (or 0xDD6A9E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6A and 9E. RGB value is (221,106,158). Sum of RGB (Red+Green+Blue) = 221+106+158=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A9E is #229561. Grayscale: #929292. Windows color (decimal): -2266466 or 10382045. OLE color: 10382045.

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

Color convert

RGB221106158-
CMYK00.520.290.13
HSL332.87º62.84%64.12%-
HSV(B)332.87º52.04%86.67%-
XYZ41.1428.1535.61-
YUV146.31134.6181.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=45.57%
G=21.86%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110615800.520.290.13332.8762.8464.12
HexDD6A9E0341DD14d3f40
Octal335152236064351551577100
Binary1101110111010101001111001101001110111011010011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A9E; }

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

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

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

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

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

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

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

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