#D4999A

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

Shades of Careys Pink #D4999A

Tints of Careys Pink #D4999A

Color information

#D4999A (or 0xD4999A) is unknown color: approx Careys Pink. HEX triplet: D4, 99 and 9A. RGB value is (212,153,154). Sum of RGB (Red+Green+Blue) = 212+153+154=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4999A is #2B6665. Grayscale: #AAAAAA. Windows color (decimal): -2844262 or 10131924. OLE color: 10131924.

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

Color convert

RGB212153154-
CMYK00.280.270.17
HSL358.98º40.69%71.57%-
HSV(B)358.98º27.83%83.14%-
XYZ44.3839.1135.78-
YUV170.76118.55157.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=40.85%
G=29.48%
B=29.67%

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
Decimal21215315400.280.270.17358.9840.6971.57
HexD4999A01C1B111672948
Octal324231232034332154751110
Binary11010100100110011001101001110011011100011011001111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4999A; }

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

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

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

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

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

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

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

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