#D8999F

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

Shades of Careys Pink #D8999F

Tints of Careys Pink #D8999F

Color information

#D8999F (or 0xD8999F) is unknown color: approx Careys Pink. HEX triplet: D8, 99 and 9F. RGB value is (216,153,159). Sum of RGB (Red+Green+Blue) = 216+153+159=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8999F is #276660. Grayscale: #ACACAC. Windows color (decimal): -2582113 or 10459608. OLE color: 10459608.

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

Color convert

RGB216153159-
CMYK00.290.260.15
HSL354.29º44.68%72.35%-
HSV(B)354.29º29.17%84.71%-
XYZ45.9739.8838.08-
YUV172.52120.37159.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 159 (62.5% from 255) = 30.11%
R=40.91%
G=28.98%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615315900.290.260.15354.2944.6872.35
HexD8999F01D1AF1622d48
Octal330231237035321754255110
Binary1101100010011001100111110111011101011111011000101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8999F; }

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

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

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

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

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

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

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

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