#D998A2

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

Shades of Careys Pink #D998A2

Tints of Careys Pink #D998A2

Color information

#D998A2 (or 0xD998A2) is unknown color: approx Careys Pink. HEX triplet: D9, 98 and A2. RGB value is (217,152,162). Sum of RGB (Red+Green+Blue) = 217+152+162=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D998A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998A2 is #26675D. Grayscale: #ACACAC. Windows color (decimal): -2516830 or 10655961. OLE color: 10655961.

HSL color Cylindrical-coordinate representation of color #D998A2: hue angle of 350.77º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998A2 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB217152162-
CMYK00.300.250.15
HSL350.77º46.1%72.35%-
HSV(B)350.77º29.95%85.1%-
XYZ46.3739.8239.42-
YUV172.57122.03159.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 162 (63.67% from 255) = 30.51%
R=40.87%
G=28.63%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715216200.300.250.15350.7746.172.35
HexD998A201E19F15f2e48
Octal331230242036311753756110
Binary1101100110011000101000100111101100111111010111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998A2; }

 p { color: rgb(217,152,162); }

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

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

 a { background-color: rgb(217,152,162); }

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

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

 span { border-color: rgb(217,152,162); }

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