Html Css Color HEX #DB8788 Carissma

📋 copy color: '#DB8788'

red 219 ◦ green 135 ◦ blue 136

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

Shades of Carissma #DB8788

Tints of Carissma #DB8788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.55%

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

R = 44.69%
G = 27.55%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB8788 (or 0xDB8788) is known color: Carissma. HEX triplet: DB, 87 and 88. RGB value is (219,135,136). Sum of RGB (Red+Green+Blue) = 219+135+136=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8788 is #247877. Grayscale: #A0A0A0. Windows color (decimal): -2390136 or 8947675. OLE color: 8947675.

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

Color convert

RGB 219 135 136 -
CMYK 0 0.38 0.38 0.14
HSL 359.29º 0.54% 0.69% -
HSV(B) 359.29º 0.38% 0.86% -
XYZ 42.32 34.17 27.66 -
YUV 160.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 219 135 136 0 0.38 0.38 0.14 359.29 0.54 0.69
Hex DB 87 88 0 26 26 E 167 36 45
Octal 333 207 210 0 46 46 16 547 66 105
Binary 11011011 10000111 10001000 0 100110 100110 1110 101100111 110110 1000101

Color Harmonies of #DB8788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8788

Black with #DB8788

Text Example


Text Example

White with #DB8788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8788; }

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

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

background-color css

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

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

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

border-color css

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

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

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