Html Css Color HEX #DB8096 Carissma

📋 copy color: '#DB8096'

red 219 ◦ green 128 ◦ blue 150

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

Shades of Carissma #DB8096

Tints of Carissma #DB8096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.75%

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

R = 44.06%
G = 25.75%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB8096 (or 0xDB8096) is known color: Carissma. HEX triplet: DB, 80 and 96. RGB value is (219,128,150). Sum of RGB (Red+Green+Blue) = 219+128+150=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8096 is #247F69. Grayscale: #9D9D9D. Windows color (decimal): -2391914 or 9863387. OLE color: 9863387.

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

Color convert

RGB 219 128 150 -
CMYK 0 0.42 0.32 0.14
HSL 345.49º 0.56% 0.68% -
HSV(B) 345.49º 0.42% 0.86% -
XYZ 42.44 32.7 32.93 -
YUV 157.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 219 128 150 0 0.42 0.32 0.14 345.49 0.56 0.68
Hex DB 80 96 0 2A 20 E 159 38 44
Octal 333 200 226 0 52 40 16 531 70 104
Binary 11011011 10000000 10010110 0 101010 100000 1110 101011001 111000 1000100

Color Harmonies of #DB8096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8096

Black with #DB8096

Text Example


Text Example

White with #DB8096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8096; }

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

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

background-color css

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

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

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

border-color css

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

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

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