#DD60A1

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

Shades of Pale Violet Red #DD60A1

Tints of Pale Violet Red #DD60A1

Color information

#DD60A1 (or 0xDD60A1) is unknown color: approx Pale Violet Red. HEX triplet: DD, 60 and A1. RGB value is (221,96,161). Sum of RGB (Red+Green+Blue) = 221+96+161=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD60A1 is #229F5E. Grayscale: #8C8C8C. Windows color (decimal): -2269023 or 10576093. OLE color: 10576093.

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

Color convert

RGB22196161-
CMYK00.570.270.13
HSL328.8º64.77%62.16%-
HSV(B)328.8º56.56%86.67%-
XYZ40.4326.3136.67-
YUV140.78139.41185.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=46.23%
G=20.08%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219616100.570.270.13328.864.7762.16
HexDD60A10391BD149413e
Octal335140241071331551110176
Binary1101110111000001010000101110011101111011010010011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD60A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD60A1; }

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

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

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

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

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

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

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

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