#D55E75

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

Shades of Cabaret #D55E75

Tints of Cabaret #D55E75

Color information

#D55E75 (or 0xD55E75) is unknown color: approx Cabaret. HEX triplet: D5, 5E and 75. RGB value is (213,94,117). Sum of RGB (Red+Green+Blue) = 213+94+117=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E75 is #2AA18A. Grayscale: #848484. Windows color (decimal): -2793867 or 7691989. OLE color: 7691989.

HSL color Cylindrical-coordinate representation of color #D55E75: hue angle of 348.4º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55E75 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB21394117-
CMYK00.560.450.16
HSL348.4º58.62%60.2%-
HSV(B)348.4º55.87%83.53%-
XYZ34.6523.4419.53-
YUV132.2119.42185.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=50.24%
G=22.17%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139411700.560.450.16348.458.6260.2
HexD55E750382D1015c3b3c
Octal32513616507055205347374
Binary1101010110111101110101011100010110110000101011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E75; }

 p { color: rgb(213,94,117); }

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

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

 a { background-color: rgb(213,94,117); }

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

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

 span { border-color: rgb(213,94,117); }

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