#DE9D9E

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

Shades of Careys Pink #DE9D9E

Tints of Careys Pink #DE9D9E

Color information

#DE9D9E (or 0xDE9D9E) is unknown color: approx Careys Pink. HEX triplet: DE, 9D and 9E. RGB value is (222,157,158). Sum of RGB (Red+Green+Blue) = 222+157+158=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D9E is #216261. Grayscale: #B0B0B0. Windows color (decimal): -2187874 or 10395102. OLE color: 10395102.

HSL color Cylindrical-coordinate representation of color #DE9D9E: hue angle of 359.08º degrees, saturation: 0.5, 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 #DE9D9E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222157158-
CMYK00.290.290.13
HSL359.08º49.62%74.31%-
HSV(B)359.08º29.28%87.06%-
XYZ48.3542.1137.93-
YUV176.55117.53160.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=41.34%
G=29.24%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215715800.290.290.13359.0849.6274.31
HexDE9D9E01D1DD167324a
Octal336235236035351554762112
Binary1101111010011101100111100111011110111011011001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9D9E; }

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

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

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

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

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

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

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

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