#DD7CA1

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

Shades of Pale Violet Red #DD7CA1

Tints of Pale Violet Red #DD7CA1

Color information

#DD7CA1 (or 0xDD7CA1) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7C and A1. RGB value is (221,124,161). Sum of RGB (Red+Green+Blue) = 221+124+161=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CA1 is #22835E. Grayscale: #9D9D9D. Windows color (decimal): -2261855 or 10583261. OLE color: 10583261.

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

Color convert

RGB221124161-
CMYK00.440.270.13
HSL337.11º58.79%67.65%-
HSV(B)337.11º43.89%86.67%-
XYZ43.4632.3637.67-
YUV157.22130.14173.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=43.68%
G=24.51%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112416100.440.270.13337.1158.7967.65
HexDD7CA102C1BD1513b44
Octal335174241054331552173104
Binary1101110111111001010000101011001101111011010100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CA1; }

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

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

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

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

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

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

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

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