Html Css Color HEX #DA8996 Can Can

📋 copy color: '#DA8996'

red 218 ◦ green 137 ◦ blue 150

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

Shades of Can Can #DA8996

Tints of Can Can #DA8996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.13%

 BLUE value IS 150 (58.98% from 255) = 29.7%

R = 43.17%
G = 27.13%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA8996 (or 0xDA8996) is known color: Can Can. HEX triplet: DA, 89 and 96. RGB value is (218,137,150). Sum of RGB (Red+Green+Blue) = 218+137+150=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8996 is #257669. Grayscale: #A2A2A2. Windows color (decimal): -2455146 or 9865690. OLE color: 9865690.

HSL color Cylindrical-coordinate representation of color #DA8996: hue angle of 350.37º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8996 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 137 150 -
CMYK 0 0.37 0.31 0.15
HSL 350.37º 0.52% 0.7% -
HSV(B) 350.37º 0.37% 0.85% -
XYZ 43.36 35 33.32 -
YUV 162.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 218 137 150 0 0.37 0.31 0.15 350.37 0.52 0.7
Hex DA 89 96 0 25 1F F 15E 34 46
Octal 332 211 226 0 45 37 17 536 64 106
Binary 11011010 10001001 10010110 0 100101 11111 1111 101011110 110100 1000110

Color Harmonies of #DA8996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8996

Black with #DA8996

Text Example


Text Example

White with #DA8996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8996; }

 p { color: rgb(218,137,150); }

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

background-color css

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

 a { background-color: rgb(218,137,150); }

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

border-color css

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

 span { border-color: rgb(218,137,150); }

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