Html Css Color HEX #DA8998 Can Can

📋 copy color: '#DA8998'

red 218 ◦ green 137 ◦ blue 152

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

Shades of Can Can #DA8998

Tints of Can Can #DA8998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.98%

R = 43%
G = 27.02%
B = 29.98%

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

#DA8998 (or 0xDA8998) is known color: Can Can. HEX triplet: DA, 89 and 98. RGB value is (218,137,152). Sum of RGB (Red+Green+Blue) = 218+137+152=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8998 is #257667. Grayscale: #A2A2A2. Windows color (decimal): -2455144 or 9996762. OLE color: 9996762.

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

Color convert

RGB 218 137 152 -
CMYK 0 0.37 0.30 0.15
HSL 348.89º 0.52% 0.7% -
HSV(B) 348.89º 0.37% 0.85% -
XYZ 43.53 35.06 34.18 -
YUV 162.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 218 137 152 0 0.37 0.30 0.15 348.89 0.52 0.7
Hex DA 89 98 0 25 1E F 15D 34 46
Octal 332 211 230 0 45 36 17 535 64 106
Binary 11011010 10001001 10011000 0 100101 11110 1111 101011101 110100 1000110

Color Harmonies of #DA8998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8998

Black with #DA8998

Text Example


Text Example

White with #DA8998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8998; }

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

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

background-color css

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

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

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

border-color css

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

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

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