Html Css Color HEX #DB829E Can Can

📋 copy color: '#DB829E'

red 219 ◦ green 130 ◦ blue 158

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

Shades of Can Can #DB829E

Tints of Can Can #DB829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.16%

R = 43.2%
G = 25.64%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB829E (or 0xDB829E) is known color: Can Can. HEX triplet: DB, 82 and 9E. RGB value is (219,130,158). Sum of RGB (Red+Green+Blue) = 219+130+158=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB829E is #247D61. Grayscale: #9F9F9F. Windows color (decimal): -2391394 or 10388187. OLE color: 10388187.

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

Color convert

RGB 219 130 158 -
CMYK 0 0.41 0.28 0.14
HSL 341.12º 0.55% 0.68% -
HSV(B) 341.12º 0.41% 0.86% -
XYZ 43.37 33.49 36.53 -
YUV 159.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 219 130 158 0 0.41 0.28 0.14 341.12 0.55 0.68
Hex DB 82 9E 0 29 1C E 155 37 44
Octal 333 202 236 0 51 34 16 525 67 104
Binary 11011011 10000010 10011110 0 101001 11100 1110 101010101 110111 1000100

Color Harmonies of #DB829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB829E

Black with #DB829E

Text Example


Text Example

White with #DB829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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