#D58A99

Color #D58A99 Can Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Can Can #D58A99

Tints of Can Can #D58A99

Color information

#D58A99 (or 0xD58A99) is unknown color: approx Can Can. HEX triplet: D5, 8A and 99. RGB value is (213,138,153). Sum of RGB (Red+Green+Blue) = 213+138+153=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A99 is #2A7566. Grayscale: #A2A2A2. Windows color (decimal): -2782567 or 10062549. OLE color: 10062549.

HSL color Cylindrical-coordinate representation of color #D58A99: hue angle of 348º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58A99 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB213138153-
CMYK00.350.280.16
HSL348º47.17%68.82%-
HSV(B)348º35.21%83.53%-
XYZ42.2834.6234.59-
YUV162.14122.85164.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=42.26%
G=27.38%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313815300.350.280.1634847.1768.82
HexD58A990231C1015c2f45
Octal325212231043342053457105
Binary110101011000101010011001010001111100100001010111001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A99; }

 p { color: rgb(213,138,153); }

 H1.HeaderClassName
 {
   color: #D58A99;
 }
 .AnyTagClassName
 {
   color: #D58A99;
 }
</style>
background-color css

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

 a { background-color: rgb(213,138,153); }

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

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

 span { border-color: rgb(213,138,153); }

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