#DC9D9E

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

Shades of Careys Pink #DC9D9E

Tints of Careys Pink #DC9D9E

Color information

#DC9D9E (or 0xDC9D9E) is unknown color: approx Careys Pink. HEX triplet: DC, 9D and 9E. RGB value is (220,157,158). Sum of RGB (Red+Green+Blue) = 220+157+158=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D9E is #236261. Grayscale: #B0B0B0. Windows color (decimal): -2318946 or 10395100. OLE color: 10395100.

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

Color convert

RGB220157158-
CMYK00.290.280.14
HSL359.05º47.37%73.92%-
HSV(B)359.05º28.64%86.27%-
XYZ47.7441.837.9-
YUV175.95117.87159.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=41.12%
G=29.35%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015715800.290.280.14359.0547.3773.92
HexDC9D9E01D1CE1672f4a
Octal334235236035341654757112
Binary1101110010011101100111100111011110011101011001111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D9E; }

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

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

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

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

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

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

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

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