#D3999E

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

Shades of Careys Pink #D3999E

Tints of Careys Pink #D3999E

Color information

#D3999E (or 0xD3999E) is unknown color: approx Careys Pink. HEX triplet: D3, 99 and 9E. RGB value is (211,153,158). Sum of RGB (Red+Green+Blue) = 211+153+158=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3999E is #2C6661. Grayscale: #AAAAAA. Windows color (decimal): -2909794 or 10394067. OLE color: 10394067.

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

Color convert

RGB211153158-
CMYK00.270.250.17
HSL354.83º39.73%71.37%-
HSV(B)354.83º27.49%82.75%-
XYZ44.4339.137.55-
YUV170.91120.72156.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=40.42%
G=29.31%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115315800.270.250.17354.8339.7371.37
HexD3999E01B19111632847
Octal323231236033312154350107
Binary11010011100110011001111001101111001100011011000111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3999E; }

 p { color: rgb(211,153,158); }

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

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

 a { background-color: rgb(211,153,158); }

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

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

 span { border-color: rgb(211,153,158); }

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