Html Css Color HEX #DB8089 Carissma

📋 copy color: '#DB8089'

red 219 ◦ green 128 ◦ blue 137

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

Shades of Carissma #DB8089

Tints of Carissma #DB8089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.31%

R = 45.25%
G = 26.45%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB8089 (or 0xDB8089) is known color: Carissma. HEX triplet: DB, 80 and 89. RGB value is (219,128,137). Sum of RGB (Red+Green+Blue) = 219+128+137=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8089 is #247F76. Grayscale: #9C9C9C. Windows color (decimal): -2391927 or 9011419. OLE color: 9011419.

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

Color convert

RGB 219 128 137 -
CMYK 0 0.42 0.37 0.14
HSL 354.07º 0.56% 0.68% -
HSV(B) 354.07º 0.42% 0.86% -
XYZ 41.45 32.3 27.72 -
YUV 156.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 219 128 137 0 0.42 0.37 0.14 354.07 0.56 0.68
Hex DB 80 89 0 2A 25 E 162 38 44
Octal 333 200 211 0 52 45 16 542 70 104
Binary 11011011 10000000 10001001 0 101010 100101 1110 101100010 111000 1000100

Color Harmonies of #DB8089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8089

Black with #DB8089

Text Example


Text Example

White with #DB8089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8089; }

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

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

background-color css

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

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

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

border-color css

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

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

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