#DD6CA0

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

Shades of Pale Violet Red #DD6CA0

Tints of Pale Violet Red #DD6CA0

Color information

#DD6CA0 (or 0xDD6CA0) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6C and A0. RGB value is (221,108,160). Sum of RGB (Red+Green+Blue) = 221+108+160=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CA0 is #22935F. Grayscale: #939393. Windows color (decimal): -2265952 or 10513629. OLE color: 10513629.

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

Color convert

RGB221108160-
CMYK00.510.280.13
HSL332.39º62.43%64.51%-
HSV(B)332.39º51.13%86.67%-
XYZ41.5328.6436.6-
YUV147.72134.94180.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=45.19%
G=22.09%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110816000.510.280.13332.3962.4364.51
HexDD6CA00331CD14c3e41
Octal335154240063341551476101
Binary1101110111011001010000001100111110011011010011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6CA0; }

 p { color: rgb(221,108,160); }

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

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

 a { background-color: rgb(221,108,160); }

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

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

 span { border-color: rgb(221,108,160); }

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