#DD7CA0

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

Shades of Pale Violet Red #DD7CA0

Tints of Pale Violet Red #DD7CA0

Color information

#DD7CA0 (or 0xDD7CA0) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7C and A0. RGB value is (221,124,160). Sum of RGB (Red+Green+Blue) = 221+124+160=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CA0 is #22835F. Grayscale: #9D9D9D. Windows color (decimal): -2261856 or 10517725. OLE color: 10517725.

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

Color convert

RGB221124160-
CMYK00.440.280.13
HSL337.73º58.79%67.65%-
HSV(B)337.73º43.89%86.67%-
XYZ43.3732.3337.21-
YUV157.11129.64173.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 124 (48.83% from 255) = 24.55%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=43.76%
G=24.55%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112416000.440.280.13337.7358.7967.65
HexDD7CA002C1CD1523b44
Octal335174240054341552273104
Binary1101110111111001010000001011001110011011010100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CA0; }

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

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

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

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

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

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

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

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