#DC9DA3

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

Shades of Careys Pink #DC9DA3

Tints of Careys Pink #DC9DA3

Color information

#DC9DA3 (or 0xDC9DA3) is unknown color: approx Careys Pink. HEX triplet: DC, 9D and A3. RGB value is (220,157,163). Sum of RGB (Red+Green+Blue) = 220+157+163=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9DA3 is #23625C. Grayscale: #B0B0B0. Windows color (decimal): -2318941 or 10722780. OLE color: 10722780.

HSL color Cylindrical-coordinate representation of color #DC9DA3: hue angle of 354.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DA3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220157163-
CMYK00.290.260.14
HSL354.29º47.37%73.92%-
HSV(B)354.29º28.64%86.27%-
XYZ48.1841.9740.21-
YUV176.52120.37159.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 163 (64.06% from 255) = 30.19%
R=40.74%
G=29.07%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015716300.290.260.14354.2947.3773.92
HexDC9DA301D1AE1622f4a
Octal334235243035321654257112
Binary1101110010011101101000110111011101011101011000101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DA3; }

 p { color: rgb(220,157,163); }

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

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

 a { background-color: rgb(220,157,163); }

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

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

 span { border-color: rgb(220,157,163); }

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