Html Css Color HEX #DB8998 Can Can

📋 copy color: '#DB8998'

red 219 ◦ green 137 ◦ blue 152

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

Shades of Can Can #DB8998

Tints of Can Can #DB8998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.97%

 BLUE value IS 152 (59.77% from 255) = 29.92%

R = 43.11%
G = 26.97%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB8998 (or 0xDB8998) is known color: Can Can. HEX triplet: DB, 89 and 98. RGB value is (219,137,152). Sum of RGB (Red+Green+Blue) = 219+137+152=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8998 is #247667. Grayscale: #A3A3A3. Windows color (decimal): -2389608 or 9996763. OLE color: 9996763.

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

Color convert

RGB 219 137 152 -
CMYK 0 0.37 0.31 0.14
HSL 349.02º 0.53% 0.7% -
HSV(B) 349.02º 0.37% 0.86% -
XYZ 43.83 35.22 34.19 -
YUV 163.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 219 137 152 0 0.37 0.31 0.14 349.02 0.53 0.7
Hex DB 89 98 0 25 1F E 15D 35 46
Octal 333 211 230 0 45 37 16 535 65 106
Binary 11011011 10001001 10011000 0 100101 11111 1110 101011101 110101 1000110

Color Harmonies of #DB8998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8998

Black with #DB8998

Text Example


Text Example

White with #DB8998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8998; }

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

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

background-color css

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

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

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

border-color css

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

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

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