Html Css Color HEX #DB8088 Carissma

📋 copy color: '#DB8088'

red 219 ◦ green 128 ◦ blue 136

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

Shades of Carissma #DB8088

Tints of Carissma #DB8088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.16%

R = 45.34%
G = 26.5%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB8088 (or 0xDB8088) is known color: Carissma. HEX triplet: DB, 80 and 88. RGB value is (219,128,136). Sum of RGB (Red+Green+Blue) = 219+128+136=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8088 is #247F77. Grayscale: #9C9C9C. Windows color (decimal): -2391928 or 8945883. OLE color: 8945883.

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

Color convert

RGB 219 128 136 -
CMYK 0 0.42 0.38 0.14
HSL 354.73º 0.56% 0.68% -
HSV(B) 354.73º 0.42% 0.86% -
XYZ 41.38 32.28 27.34 -
YUV 156.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 219 128 136 0 0.42 0.38 0.14 354.73 0.56 0.68
Hex DB 80 88 0 2A 26 E 163 38 44
Octal 333 200 210 0 52 46 16 543 70 104
Binary 11011011 10000000 10001000 0 101010 100110 1110 101100011 111000 1000100

Color Harmonies of #DB8088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8088

Black with #DB8088

Text Example


Text Example

White with #DB8088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8088; }

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

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

background-color css

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

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

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

border-color css

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

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

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