#D3989F

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

Shades of Careys Pink #D3989F

Tints of Careys Pink #D3989F

Color information

#D3989F (or 0xD3989F) is unknown color: approx Careys Pink. HEX triplet: D3, 98 and 9F. RGB value is (211,152,159). Sum of RGB (Red+Green+Blue) = 211+152+159=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3989F is #2C6760. Grayscale: #AAAAAA. Windows color (decimal): -2910049 or 10459347. OLE color: 10459347.

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

Color convert

RGB211152159-
CMYK00.280.250.17
HSL352.88º40.14%71.18%-
HSV(B)352.88º27.96%82.75%-
XYZ44.3538.8137.95-
YUV170.44121.55156.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=40.42%
G=29.12%
B=30.46%

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
Decimal21115215900.280.250.17352.8840.1471.18
HexD3989F01C19111612847
Octal323230237034312154150107
Binary11010011100110001001111101110011001100011011000011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3989F; }

 p { color: rgb(211,152,159); }

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

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

 a { background-color: rgb(211,152,159); }

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

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

 span { border-color: rgb(211,152,159); }

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