Html Css Color HEX #DB8599 Can Can

📋 copy color: '#DB8599'

red 219 ◦ green 133 ◦ blue 153

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

Shades of Can Can #DB8599

Tints of Can Can #DB8599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 43.37%
G = 26.34%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB8599 (or 0xDB8599) is known color: Can Can. HEX triplet: DB, 85 and 99. RGB value is (219,133,153). Sum of RGB (Red+Green+Blue) = 219+133+153=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8599 is #247A66. Grayscale: #A1A1A1. Windows color (decimal): -2390631 or 10061275. OLE color: 10061275.

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

Color convert

RGB 219 133 153 -
CMYK 0 0.39 0.30 0.14
HSL 346.05º 0.54% 0.69% -
HSV(B) 346.05º 0.39% 0.86% -
XYZ 43.35 34.14 34.44 -
YUV 160.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 219 133 153 0 0.39 0.30 0.14 346.05 0.54 0.69
Hex DB 85 99 0 27 1E E 15A 36 45
Octal 333 205 231 0 47 36 16 532 66 105
Binary 11011011 10000101 10011001 0 100111 11110 1110 101011010 110110 1000101

Color Harmonies of #DB8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8599

Black with #DB8599

Text Example


Text Example

White with #DB8599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8599; }

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

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

background-color css

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

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

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

border-color css

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

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

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