#D55268

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

Shades of Cabaret #D55268

Tints of Cabaret #D55268

Color information

#D55268 (or 0xD55268) is unknown color: approx Cabaret. HEX triplet: D5, 52 and 68. RGB value is (213,82,104). Sum of RGB (Red+Green+Blue) = 213+82+104=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D55268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55268 is #2AAD97. Grayscale: #7B7B7B. Windows color (decimal): -2796952 or 6836949. OLE color: 6836949.

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

Color convert

RGB21382104-
CMYK00.620.510.16
HSL349.92º60.93%57.84%-
HSV(B)349.92º61.5%83.53%-
XYZ32.9621.1815.45-
YUV123.68116.9191.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.38%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=53.38%
G=20.55%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138210400.620.510.16349.9260.9357.84
HexD5526803E331015e3d3a
Octal32512215007663205367572
Binary1101010110100101101000011111011001110000101011110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55268; }

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

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

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

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

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

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

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

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