#DC9D9F

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

Shades of Careys Pink #DC9D9F

Tints of Careys Pink #DC9D9F

Color information

#DC9D9F (or 0xDC9D9F) is unknown color: approx Careys Pink. HEX triplet: DC, 9D and 9F. RGB value is (220,157,159). Sum of RGB (Red+Green+Blue) = 220+157+159=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D9F is #236260. Grayscale: #B0B0B0. Windows color (decimal): -2318945 or 10460636. OLE color: 10460636.

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

Color convert

RGB220157159-
CMYK00.290.280.14
HSL358.1º47.37%73.92%-
HSV(B)358.1º28.64%86.27%-
XYZ47.8341.8338.35-
YUV176.06118.37159.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 159 (62.5% from 255) = 29.66%
R=41.04%
G=29.29%
B=29.66%

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
Decimal22015715900.290.280.14358.147.3773.92
HexDC9D9F01D1CE1662f4a
Octal334235237035341654657112
Binary1101110010011101100111110111011110011101011001101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D9F; }

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

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

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

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

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

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

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

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