#D4989E

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

Shades of Careys Pink #D4989E

Tints of Careys Pink #D4989E

Color information

#D4989E (or 0xD4989E) is unknown color: approx Careys Pink. HEX triplet: D4, 98 and 9E. RGB value is (212,152,158). Sum of RGB (Red+Green+Blue) = 212+152+158=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4989E is #2B6761. Grayscale: #AAAAAA. Windows color (decimal): -2844514 or 10393812. OLE color: 10393812.

HSL color Cylindrical-coordinate representation of color #D4989E: hue angle of 354º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4989E is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212152158-
CMYK00.280.250.17
HSL354º41.1%71.37%-
HSV(B)354º28.3%83.14%-
XYZ44.5538.9237.51-
YUV170.62120.88157.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=40.61%
G=29.12%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215215800.280.250.1735441.171.37
HexD4989E01C19111622947
Octal324230236034312154251107
Binary11010100100110001001111001110011001100011011000101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4989E; }

 p { color: rgb(212,152,158); }

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

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

 a { background-color: rgb(212,152,158); }

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

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

 span { border-color: rgb(212,152,158); }

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