#D45264

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

Shades of Cabaret #D45264

Tints of Cabaret #D45264

Color information

#D45264 (or 0xD45264) is unknown color: approx Cabaret. HEX triplet: D4, 52 and 64. RGB value is (212,82,100). Sum of RGB (Red+Green+Blue) = 212+82+100=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D45264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45264 is #2BAD9B. Grayscale: #7A7A7A. Windows color (decimal): -2862492 or 6574804. OLE color: 6574804.

HSL color Cylindrical-coordinate representation of color #D45264: hue angle of 351.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45264 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB21282100-
CMYK00.610.530.17
HSL351.69º60.19%57.65%-
HSV(B)351.69º61.32%83.14%-
XYZ32.4720.9514.39-
YUV122.92115.07191.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.81%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=53.81%
G=20.81%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128210000.610.530.17351.6960.1957.65
HexD4526403D35111603c3a
Octal32412214407565215407472
Binary1101010010100101100100011110111010110001101100000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45264; }

 p { color: rgb(212,82,100); }

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

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

 a { background-color: rgb(212,82,100); }

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

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

 span { border-color: rgb(212,82,100); }

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