Html Css Color HEX #DA829B Can Can

📋 copy color: '#DA829B'

red 218 ◦ green 130 ◦ blue 155

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

Shades of Can Can #DA829B

Tints of Can Can #DA829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 43.34%
G = 25.84%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA829B (or 0xDA829B) is known color: Can Can. HEX triplet: DA, 82 and 9B. RGB value is (218,130,155). Sum of RGB (Red+Green+Blue) = 218+130+155=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA829B is #257D64. Grayscale: #9F9F9F. Windows color (decimal): -2456933 or 10191578. OLE color: 10191578.

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

Color convert

RGB 218 130 155 -
CMYK 0 0.40 0.29 0.15
HSL 342.95º 0.54% 0.68% -
HSV(B) 342.95º 0.4% 0.85% -
XYZ 42.81 33.24 35.17 -
YUV 159.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 218 130 155 0 0.40 0.29 0.15 342.95 0.54 0.68
Hex DA 82 9B 0 28 1D F 157 36 44
Octal 332 202 233 0 50 35 17 527 66 104
Binary 11011010 10000010 10011011 0 101000 11101 1111 101010111 110110 1000100

Color Harmonies of #DA829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA829B

Black with #DA829B

Text Example


Text Example

White with #DA829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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