#DD9DA1

Color #DD9DA1 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #DD9DA1

Tints of Careys Pink #DD9DA1

Color information

#DD9DA1 (or 0xDD9DA1) is unknown color: approx Careys Pink. HEX triplet: DD, 9D and A1. RGB value is (221,157,161). Sum of RGB (Red+Green+Blue) = 221+157+161=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DA1 is #22625E. Grayscale: #B0B0B0. Windows color (decimal): -2253407 or 10591709. OLE color: 10591709.

HSL color Cylindrical-coordinate representation of color #DD9DA1: hue angle of 356.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DA1 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB221157161-
CMYK00.290.270.13
HSL356.25º48.48%74.12%-
HSV(B)356.25º28.96%86.67%-
XYZ48.3142.0639.29-
YUV176.59119.2159.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 161 (63.28% from 255) = 29.87%
R=41.00%
G=29.13%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115716100.290.270.13356.2548.4874.12
HexDD9DA101D1BD164304a
Octal335235241035331554460112
Binary1101110110011101101000010111011101111011011001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DA1; }

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

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

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

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

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

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

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

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