Html Css Color HEX #DB829F Can Can

📋 copy color: '#DB829F'

red 219 ◦ green 130 ◦ blue 159

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

Shades of Can Can #DB829F

Tints of Can Can #DB829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.59%

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 43.11%
G = 25.59%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB829F (or 0xDB829F) is known color: Can Can. HEX triplet: DB, 82 and 9F. RGB value is (219,130,159). Sum of RGB (Red+Green+Blue) = 219+130+159=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB829F is #247D60. Grayscale: #9F9F9F. Windows color (decimal): -2391393 or 10453723. OLE color: 10453723.

HSL color Cylindrical-coordinate representation of color #DB829F: hue angle of 340.45º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB829F is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 159 -
CMYK 0 0.41 0.27 0.14
HSL 340.45º 0.55% 0.68% -
HSV(B) 340.45º 0.41% 0.86% -
XYZ 43.45 33.53 36.98 -
YUV 159.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 219 130 159 0 0.41 0.27 0.14 340.45 0.55 0.68
Hex DB 82 9F 0 29 1B E 154 37 44
Octal 333 202 237 0 51 33 16 524 67 104
Binary 11011011 10000010 10011111 0 101001 11011 1110 101010100 110111 1000100

Color Harmonies of #DB829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB829F

Black with #DB829F

Text Example


Text Example

White with #DB829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB829F; }

 p { color: rgb(219,130,159); }

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

background-color css

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

 a { background-color: rgb(219,130,159); }

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

border-color css

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

 span { border-color: rgb(219,130,159); }

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