Html Css Color HEX #DB8486 Carissma

📋 copy color: '#DB8486'

red 219 ◦ green 132 ◦ blue 134

#DB8486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #DB8486

Tints of Carissma #DB8486

RGB

 RED value IS 219 (85.94% from 255) = 45.15%

 GREEN value IS 132 (51.95% from 255) = 27.22%

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 45.15%
G = 27.22%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB8486 (or 0xDB8486) is known color: Carissma. HEX triplet: DB, 84 and 86. RGB value is (219,132,134). Sum of RGB (Red+Green+Blue) = 219+132+134=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8486 is #247B79. Grayscale: #9E9E9E. Windows color (decimal): -2390906 or 8815835. OLE color: 8815835.

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

Color convert

RGB 219 132 134 -
CMYK 0 0.40 0.39 0.14
HSL 358.62º 0.55% 0.69% -
HSV(B) 358.62º 0.4% 0.86% -
XYZ 41.77 33.28 26.78 -
YUV 158.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 219 132 134 0 0.40 0.39 0.14 358.62 0.55 0.69
Hex DB 84 86 0 28 27 E 167 37 45
Octal 333 204 206 0 50 47 16 547 67 105
Binary 11011011 10000100 10000110 0 101000 100111 1110 101100111 110111 1000101

Color Harmonies of #DB8486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8486

Black with #DB8486

Text Example


Text Example

White with #DB8486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8486; }

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

 H1.HeaderClassName
 {
   color: #DB8486;
 }
 .AnyTagClassName
 {
   color: #DB8486;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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