Html Css Color HEX #DB8696 Carissma

📋 copy color: '#DB8696'

red 219 ◦ green 134 ◦ blue 150

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

Shades of Carissma #DB8696

Tints of Carissma #DB8696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.64%

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 43.54%
G = 26.64%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB8696 (or 0xDB8696) is known color: Carissma. HEX triplet: DB, 86 and 96. RGB value is (219,134,150). Sum of RGB (Red+Green+Blue) = 219+134+150=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8696 is #247969. Grayscale: #A1A1A1. Windows color (decimal): -2390378 or 9864923. OLE color: 9864923.

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

Color convert

RGB 219 134 150 -
CMYK 0 0.39 0.32 0.14
HSL 348.71º 0.54% 0.69% -
HSV(B) 348.71º 0.39% 0.86% -
XYZ 43.24 34.31 33.2 -
YUV 161.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 219 134 150 0 0.39 0.32 0.14 348.71 0.54 0.69
Hex DB 86 96 0 27 20 E 15D 36 45
Octal 333 206 226 0 47 40 16 535 66 105
Binary 11011011 10000110 10010110 0 100111 100000 1110 101011101 110110 1000101

Color Harmonies of #DB8696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8696

Black with #DB8696

Text Example


Text Example

White with #DB8696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8696; }

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

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

background-color css

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

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

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

border-color css

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

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

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