#D55D6A

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

Shades of Cabaret #D55D6A

Tints of Cabaret #D55D6A

Color information

#D55D6A (or 0xD55D6A) is unknown color: approx Cabaret. HEX triplet: D5, 5D and 6A. RGB value is (213,93,106). Sum of RGB (Red+Green+Blue) = 213+93+106=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D6A is #2AA295. Grayscale: #828282. Windows color (decimal): -2794134 or 6970837. OLE color: 6970837.

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

Color convert

RGB21393106-
CMYK00.560.500.16
HSL353.5º58.82%60%-
HSV(B)353.5º56.34%83.53%-
XYZ33.9623.0216.29-
YUV130.36114.26186.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.70%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=51.70%
G=22.57%
B=25.73%

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
Decimal2139310600.560.500.16353.558.8260
HexD55D6A03832101623b3c
Octal32513515207062205427374
Binary1101010110111011101010011100011001010000101100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55D6A; }

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

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

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

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

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

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

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

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