#D596A2

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

Shades of Careys Pink #D596A2

Tints of Careys Pink #D596A2

Color information

#D596A2 (or 0xD596A2) is unknown color: approx Careys Pink. HEX triplet: D5, 96 and A2. RGB value is (213,150,162). Sum of RGB (Red+Green+Blue) = 213+150+162=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D596A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596A2 is #2A695D. Grayscale: #AAAAAA. Windows color (decimal): -2779486 or 10655445. OLE color: 10655445.

HSL color Cylindrical-coordinate representation of color #D596A2: hue angle of 348.57º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596A2 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB213150162-
CMYK00.300.240.16
HSL348.57º42.86%71.18%-
HSV(B)348.57º29.58%83.53%-
XYZ44.8738.5739.26-
YUV170.2123.37158.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=40.57%
G=28.57%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315016200.300.240.16348.5742.8671.18
HexD596A201E181015d2b47
Octal325226242036302053553107
Binary11010101100101101010001001111011000100001010111011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596A2; }

 p { color: rgb(213,150,162); }

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

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

 a { background-color: rgb(213,150,162); }

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

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

 span { border-color: rgb(213,150,162); }

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