Html Css Color HEX #DB829D Can Can

📋 copy color: '#DB829D'

red 219 ◦ green 130 ◦ blue 157

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

Shades of Can Can #DB829D

Tints of Can Can #DB829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 43.28%
G = 25.69%
B = 31.03%

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

#DB829D (or 0xDB829D) is known color: Can Can. HEX triplet: DB, 82 and 9D. RGB value is (219,130,157). Sum of RGB (Red+Green+Blue) = 219+130+157=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB829D is #247D62. Grayscale: #9F9F9F. Windows color (decimal): -2391395 or 10322651. OLE color: 10322651.

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

Color convert

RGB 219 130 157 -
CMYK 0 0.41 0.28 0.14
HSL 341.8º 0.55% 0.68% -
HSV(B) 341.8º 0.41% 0.86% -
XYZ 43.28 33.46 36.08 -
YUV 159.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 219 130 157 0 0.41 0.28 0.14 341.8 0.55 0.68
Hex DB 82 9D 0 29 1C E 156 37 44
Octal 333 202 235 0 51 34 16 526 67 104
Binary 11011011 10000010 10011101 0 101001 11100 1110 101010110 110111 1000100

Color Harmonies of #DB829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB829D

Black with #DB829D

Text Example


Text Example

White with #DB829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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