#D4999F

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

Shades of Careys Pink #D4999F

Tints of Careys Pink #D4999F

Color information

#D4999F (or 0xD4999F) is unknown color: approx Careys Pink. HEX triplet: D4, 99 and 9F. RGB value is (212,153,159). Sum of RGB (Red+Green+Blue) = 212+153+159=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4999F is #2B6660. Grayscale: #ABABAB. Windows color (decimal): -2844257 or 10459604. OLE color: 10459604.

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

Color convert

RGB212153159-
CMYK00.280.250.17
HSL353.9º40.69%71.57%-
HSV(B)353.9º27.83%83.14%-
XYZ44.839.2838.02-
YUV171.32121.05157.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=40.46%
G=29.20%
B=30.34%

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
Decimal21215315900.280.250.17353.940.6971.57
HexD4999F01C19111622948
Octal324231237034312154251110
Binary11010100100110011001111101110011001100011011000101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4999F; }

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

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

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

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

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

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

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

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