#D8999E

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

Shades of Careys Pink #D8999E

Tints of Careys Pink #D8999E

Color information

#D8999E (or 0xD8999E) is unknown color: approx Careys Pink. HEX triplet: D8, 99 and 9E. RGB value is (216,153,158). Sum of RGB (Red+Green+Blue) = 216+153+158=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8999E is #276661. Grayscale: #ACACAC. Windows color (decimal): -2582114 or 10394072. OLE color: 10394072.

HSL color Cylindrical-coordinate representation of color #D8999E: hue angle of 355.24º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8999E is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB216153158-
CMYK00.290.270.15
HSL355.24º44.68%72.35%-
HSV(B)355.24º29.17%84.71%-
XYZ45.8839.8537.62-
YUV172.41119.87159.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 158 (62.11% from 255) = 29.98%
R=40.99%
G=29.03%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615315800.290.270.15355.2444.6872.35
HexD8999E01D1BF1632d48
Octal330231236035331754355110
Binary1101100010011001100111100111011101111111011000111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8999E; }

 p { color: rgb(216,153,158); }

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

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

 a { background-color: rgb(216,153,158); }

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

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

 span { border-color: rgb(216,153,158); }

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