#d45568

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

Shades of Cabaret #D45568

Tints of Cabaret #D45568

Color information

#D45568 (or 0xD45568) is unknown color: approx Cabaret. HEX triplet: D4, 55 and 68. RGB value is (212,85,104). Sum of RGB (Red+Green+Blue) = 212+85+104=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D45568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45568 is #2BAA97. Grayscale: #7D7D7D. Windows color (decimal): -2861720 or 6837716. OLE color: 6837716.

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

Color convert

RGB21285104-
CMYK00.600.510.17
HSL351.02º59.62%58.24%-
HSV(B)351.02º59.91%83.14%-
XYZ32.921.4915.51-
YUV125.14116.08189.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.87%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=52.87%
G=21.20%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128510400.600.510.17351.0259.6258.24
HexD4556803C331115f3c3a
Octal32412515007463215377472
Binary1101010010101011101000011110011001110001101011111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d45568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d45568; }

 p { color: rgb(212,85,104); }

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

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

 a { background-color: rgb(212,85,104); }

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

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

 span { border-color: rgb(212,85,104); }

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