#DB8694

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

Shades of Carissma #DB8694

Tints of Carissma #DB8694

Color information

#DB8694 (or 0xDB8694) is unknown color: approx Carissma. HEX triplet: DB, 86 and 94. RGB value is (219,134,148). Sum of RGB (Red+Green+Blue) = 219+134+148=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8694 is #24796B. Grayscale: #A1A1A1. Windows color (decimal): -2390380 or 9733851. OLE color: 9733851.

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

Color convert

RGB219134148-
CMYK00.390.320.14
HSL350.12º54.14%69.22%-
HSV(B)350.12º38.81%85.88%-
XYZ43.0834.2532.36-
YUV161.01120.66169.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.71%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=43.71%
G=26.75%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913414800.390.320.14350.1254.1469.22
HexDB869402720E15e3645
Octal333206224047401653666105
Binary110110111000011010010100010011110000011101010111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8694; }

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

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

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

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

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

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

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

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