#D55E6A

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

Shades of Cabaret #D55E6A

Tints of Cabaret #D55E6A

Color information

#D55E6A (or 0xD55E6A) is unknown color: approx Cabaret. HEX triplet: D5, 5E and 6A. RGB value is (213,94,106). Sum of RGB (Red+Green+Blue) = 213+94+106=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E6A is #2AA195. Grayscale: #838383. Windows color (decimal): -2793878 or 6971093. OLE color: 6971093.

HSL color Cylindrical-coordinate representation of color #D55E6A: hue angle of 353.95º 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 #D55E6A is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21394106-
CMYK00.560.500.16
HSL353.95º58.62%60.2%-
HSV(B)353.95º55.87%83.53%-
XYZ34.0423.1916.32-
YUV130.95113.92186.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.57%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=51.57%
G=22.76%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139410600.560.500.16353.9558.6260.2
HexD55E6A03832101623b3c
Octal32513615207062205427374
Binary1101010110111101101010011100011001010000101100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E6A; }

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

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

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

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

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

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

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

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