#DB868A

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

Shades of Carissma #DB868A

Tints of Carissma #DB868A

Color information

#DB868A (or 0xDB868A) is unknown color: approx Carissma. HEX triplet: DB, 86 and 8A. RGB value is (219,134,138). Sum of RGB (Red+Green+Blue) = 219+134+138=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB868A is #247975. Grayscale: #9F9F9F. Windows color (decimal): -2390390 or 9078491. OLE color: 9078491.

HSL color Cylindrical-coordinate representation of color #DB868A: hue angle of 357.18º 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 #DB868A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219134138-
CMYK00.390.370.14
HSL357.18º54.14%69.22%-
HSV(B)357.18º38.81%85.88%-
XYZ42.3333.9528.37-
YUV159.87115.66170.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.60%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=44.60%
G=27.29%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913413800.390.370.14357.1854.1469.22
HexDB868A02725E1653645
Octal333206212047451654566105
Binary110110111000011010001010010011110010111101011001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB868A; }

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

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

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

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

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

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

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

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