#D55C68

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

Shades of Cabaret #D55C68

Tints of Cabaret #D55C68

Color information

#D55C68 (or 0xD55C68) is unknown color: approx Cabaret. HEX triplet: D5, 5C and 68. RGB value is (213,92,104). Sum of RGB (Red+Green+Blue) = 213+92+104=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C68 is #2AA397. Grayscale: #818181. Windows color (decimal): -2794392 or 6839509. OLE color: 6839509.

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

Color convert

RGB21392104-
CMYK00.570.510.16
HSL354.05º59.02%59.8%-
HSV(B)354.05º56.81%83.53%-
XYZ33.7722.815.72-
YUV129.55113.59187.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.08%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 104 (41.02% from 255) = 25.43%
R=52.08%
G=22.49%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139210400.570.510.16354.0559.0259.8
HexD55C6803933101623b3c
Octal32513415007163205427374
Binary1101010110111001101000011100111001110000101100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C68; }

 p { color: rgb(213,92,104); }

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

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

 a { background-color: rgb(213,92,104); }

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

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

 span { border-color: rgb(213,92,104); }

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