#D4989A

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

Shades of Careys Pink #D4989A

Tints of Careys Pink #D4989A

Color information

#D4989A (or 0xD4989A) is unknown color: approx Careys Pink. HEX triplet: D4, 98 and 9A. RGB value is (212,152,154). Sum of RGB (Red+Green+Blue) = 212+152+154=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4989A is #2B6765. Grayscale: #AAAAAA. Windows color (decimal): -2844518 or 10131668. OLE color: 10131668.

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

Color convert

RGB212152154-
CMYK00.280.270.17
HSL358º41.1%71.37%-
HSV(B)358º28.3%83.14%-
XYZ44.2138.7935.73-
YUV170.17118.88157.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 154 (60.55% from 255) = 29.73%
R=40.93%
G=29.34%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215215400.280.270.1735841.171.37
HexD4989A01C1B111662947
Octal324230232034332154651107
Binary11010100100110001001101001110011011100011011001101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4989A; }

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

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

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

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

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

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

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

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