Html Css Color HEX #DA8999 Can Can

📋 copy color: '#DA8999'

red 218 ◦ green 137 ◦ blue 153

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

Shades of Can Can #DA8999

Tints of Can Can #DA8999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.12%

R = 42.91%
G = 26.97%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA8999 (or 0xDA8999) is known color: Can Can. HEX triplet: DA, 89 and 99. RGB value is (218,137,153). Sum of RGB (Red+Green+Blue) = 218+137+153=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8999 is #257666. Grayscale: #A3A3A3. Windows color (decimal): -2455143 or 10062298. OLE color: 10062298.

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

Color convert

RGB 218 137 153 -
CMYK 0 0.37 0.30 0.15
HSL 348.15º 0.52% 0.7% -
HSV(B) 348.15º 0.37% 0.85% -
XYZ 43.61 35.1 34.61 -
YUV 163.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 218 137 153 0 0.37 0.30 0.15 348.15 0.52 0.7
Hex DA 89 99 0 25 1E F 15C 34 46
Octal 332 211 231 0 45 36 17 534 64 106
Binary 11011010 10001001 10011001 0 100101 11110 1111 101011100 110100 1000110

Color Harmonies of #DA8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8999

Black with #DA8999

Text Example


Text Example

White with #DA8999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8999; }

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

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

background-color css

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

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

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

border-color css

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

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

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