Html Css Color HEX #DA829D Can Can

📋 copy color: '#DA829D'

red 218 ◦ green 130 ◦ blue 157

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

Shades of Can Can #DA829D

Tints of Can Can #DA829D

RGB

 RED value IS 218 (85.55% from 255) = 43.17%

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

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

R = 43.17%
G = 25.74%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA829D (or 0xDA829D) is known color: Can Can. HEX triplet: DA, 82 and 9D. RGB value is (218,130,157). Sum of RGB (Red+Green+Blue) = 218+130+157=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA829D is #257D62. Grayscale: #9F9F9F. Windows color (decimal): -2456931 or 10322650. OLE color: 10322650.

HSL color Cylindrical-coordinate representation of color #DA829D: hue angle of 341.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA829D is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 157 -
CMYK 0 0.40 0.28 0.15
HSL 341.59º 0.54% 0.68% -
HSV(B) 341.59º 0.4% 0.85% -
XYZ 42.98 33.31 36.06 -
YUV 159.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 218 130 157 0 0.40 0.28 0.15 341.59 0.54 0.68
Hex DA 82 9D 0 28 1C F 156 36 44
Octal 332 202 235 0 50 34 17 526 66 104
Binary 11011010 10000010 10011101 0 101000 11100 1111 101010110 110110 1000100

Color Harmonies of #DA829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA829D

Black with #DA829D

Text Example


Text Example

White with #DA829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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