#D45265

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

Shades of Cabaret #D45265

Tints of Cabaret #D45265

Color information

#D45265 (or 0xD45265) is unknown color: approx Cabaret. HEX triplet: D4, 52 and 65. RGB value is (212,82,101). Sum of RGB (Red+Green+Blue) = 212+82+101=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D45265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45265 is #2BAD9A. Grayscale: #7B7B7B. Windows color (decimal): -2862491 or 6640340. OLE color: 6640340.

HSL color Cylindrical-coordinate representation of color #D45265: hue angle of 351.23º 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 #D45265 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB21282101-
CMYK00.610.520.17
HSL351.23º60.19%57.65%-
HSV(B)351.23º61.32%83.14%-
XYZ32.5220.9714.65-
YUV123.04115.57191.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.67%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=53.67%
G=20.76%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128210100.610.520.17351.2360.1957.65
HexD4526503D341115f3c3a
Octal32412214507564215377472
Binary1101010010100101100101011110111010010001101011111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45265; }

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

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

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

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

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

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

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

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