#DB8894

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

Shades of Carissma #DB8894

Tints of Carissma #DB8894

Color information

#DB8894 (or 0xDB8894) is unknown color: approx Carissma. HEX triplet: DB, 88 and 94. RGB value is (219,136,148). Sum of RGB (Red+Green+Blue) = 219+136+148=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8894 is #24776B. Grayscale: #A2A2A2. Windows color (decimal): -2389868 or 9734363. OLE color: 9734363.

HSL color Cylindrical-coordinate representation of color #DB8894: hue angle of 351.33º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8894 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219136148-
CMYK00.380.320.14
HSL351.33º53.55%69.61%-
HSV(B)351.33º37.9%85.88%-
XYZ43.3634.8132.45-
YUV162.18120168.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=43.54%
G=27.04%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913614800.380.320.14351.3353.5569.61
HexDB889402620E15f3646
Octal333210224046401653766106
Binary110110111000100010010100010011010000011101010111111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8894; }

 p { color: rgb(219,136,148); }

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

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

 a { background-color: rgb(219,136,148); }

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

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

 span { border-color: rgb(219,136,148); }

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