#D2999E

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

Shades of Careys Pink #D2999E

Tints of Careys Pink #D2999E

Color information

#D2999E (or 0xD2999E) is unknown color: approx Careys Pink. HEX triplet: D2, 99 and 9E. RGB value is (210,153,158). Sum of RGB (Red+Green+Blue) = 210+153+158=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2999E is #2D6661. Grayscale: #AAAAAA. Windows color (decimal): -2975330 or 10394066. OLE color: 10394066.

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

Color convert

RGB210153158-
CMYK00.270.250.18
HSL354.74º38.78%71.18%-
HSV(B)354.74º27.14%82.35%-
XYZ44.1438.9537.54-
YUV170.61120.88156.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=40.31%
G=29.37%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015315800.270.250.18354.7438.7871.18
HexD2999E01B19121632747
Octal322231236033312254347107
Binary11010010100110011001111001101111001100101011000111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2999E; }

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

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

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

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

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

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

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

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