Html Css Color HEX #DB829C Can Can

📋 copy color: '#DB829C'

red 219 ◦ green 130 ◦ blue 156

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

Shades of Can Can #DB829C

Tints of Can Can #DB829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.89%

R = 43.37%
G = 25.74%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB829C (or 0xDB829C) is known color: Can Can. HEX triplet: DB, 82 and 9C. RGB value is (219,130,156). Sum of RGB (Red+Green+Blue) = 219+130+156=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB829C is #247D63. Grayscale: #9F9F9F. Windows color (decimal): -2391396 or 10257115. OLE color: 10257115.

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

Color convert

RGB 219 130 156 -
CMYK 0 0.41 0.29 0.14
HSL 342.47º 0.55% 0.68% -
HSV(B) 342.47º 0.41% 0.86% -
XYZ 43.2 33.43 35.63 -
YUV 159.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 219 130 156 0 0.41 0.29 0.14 342.47 0.55 0.68
Hex DB 82 9C 0 29 1D E 156 37 44
Octal 333 202 234 0 51 35 16 526 67 104
Binary 11011011 10000010 10011100 0 101001 11101 1110 101010110 110111 1000100

Color Harmonies of #DB829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB829C

Black with #DB829C

Text Example


Text Example

White with #DB829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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