Html Css Color HEX #DB8589 Carissma

📋 copy color: '#DB8589'

red 219 ◦ green 133 ◦ blue 137

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

Shades of Carissma #DB8589

Tints of Carissma #DB8589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.2%

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

R = 44.79%
G = 27.2%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB8589 (or 0xDB8589) is known color: Carissma. HEX triplet: DB, 85 and 89. RGB value is (219,133,137). Sum of RGB (Red+Green+Blue) = 219+133+137=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8589 is #247A76. Grayscale: #9F9F9F. Windows color (decimal): -2390647 or 9012699. OLE color: 9012699.

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

Color convert

RGB 219 133 137 -
CMYK 0 0.39 0.37 0.14
HSL 357.21º 0.54% 0.69% -
HSV(B) 357.21º 0.39% 0.86% -
XYZ 42.12 33.64 27.94 -
YUV 159.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 219 133 137 0 0.39 0.37 0.14 357.21 0.54 0.69
Hex DB 85 89 0 27 25 E 165 36 45
Octal 333 205 211 0 47 45 16 545 66 105
Binary 11011011 10000101 10001001 0 100111 100101 1110 101100101 110110 1000101

Color Harmonies of #DB8589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8589

Black with #DB8589

Text Example


Text Example

White with #DB8589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8589; }

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

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

background-color css

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

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

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

border-color css

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

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

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