#DD609F

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

Shades of Pale Violet Red #DD609F

Tints of Pale Violet Red #DD609F

Color information

#DD609F (or 0xDD609F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 60 and 9F. RGB value is (221,96,159). Sum of RGB (Red+Green+Blue) = 221+96+159=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD609F is #229F60. Grayscale: #8C8C8C. Windows color (decimal): -2269025 or 10445021. OLE color: 10445021.

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

Color convert

RGB22196159-
CMYK00.570.280.13
HSL329.76º64.77%62.16%-
HSV(B)329.76º56.56%86.67%-
XYZ40.2626.2435.74-
YUV140.56138.41185.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=46.43%
G=20.17%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219615900.570.280.13329.7664.7762.16
HexDD609F0391CD14a413e
Octal335140237071341551210176
Binary1101110111000001001111101110011110011011010010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD609F; }

 p { color: rgb(221,96,159); }

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

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

 a { background-color: rgb(221,96,159); }

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

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

 span { border-color: rgb(221,96,159); }

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