#DB9EA0

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

Shades of Careys Pink #DB9EA0

Tints of Careys Pink #DB9EA0

Color information

#DB9EA0 (or 0xDB9EA0) is unknown color: approx Careys Pink. HEX triplet: DB, 9E and A0. RGB value is (219,158,160). Sum of RGB (Red+Green+Blue) = 219+158+160=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9EA0 is #24615F. Grayscale: #B0B0B0. Windows color (decimal): -2384224 or 10526427. OLE color: 10526427.

HSL color Cylindrical-coordinate representation of color #DB9EA0: hue angle of 358.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9EA0 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB219158160-
CMYK00.280.270.14
HSL358.03º45.86%73.92%-
HSV(B)358.03º27.85%85.88%-
XYZ47.7942.0538.86-
YUV176.47118.71158.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=40.78%
G=29.42%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915816000.280.270.14358.0345.8673.92
HexDB9EA001C1BE1662e4a
Octal333236240034331654656112
Binary1101101110011110101000000111001101111101011001101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9EA0; }

 p { color: rgb(219,158,160); }

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

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

 a { background-color: rgb(219,158,160); }

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

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

 span { border-color: rgb(219,158,160); }

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