Html Css Color HEX #DB8789 Carissma

📋 copy color: '#DB8789'

red 219 ◦ green 135 ◦ blue 137

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

Shades of Carissma #DB8789

Tints of Carissma #DB8789

RGB

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

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

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

R = 44.6%
G = 27.49%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB8789 (or 0xDB8789) is known color: Carissma. HEX triplet: DB, 87 and 89. RGB value is (219,135,137). Sum of RGB (Red+Green+Blue) = 219+135+137=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8789 is #247876. Grayscale: #A0A0A0. Windows color (decimal): -2390135 or 9013211. OLE color: 9013211.

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

Color convert

RGB 219 135 137 -
CMYK 0 0.38 0.37 0.14
HSL 358.57º 0.54% 0.69% -
HSV(B) 358.57º 0.38% 0.86% -
XYZ 42.39 34.19 28.03 -
YUV 160.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 219 135 137 0 0.38 0.37 0.14 358.57 0.54 0.69
Hex DB 87 89 0 26 25 E 167 36 45
Octal 333 207 211 0 46 45 16 547 66 105
Binary 11011011 10000111 10001001 0 100110 100101 1110 101100111 110110 1000101

Color Harmonies of #DB8789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8789

Black with #DB8789

Text Example


Text Example

White with #DB8789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8789; }

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

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

background-color css

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

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

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

border-color css

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

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

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