#D04465

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

Shades of Cabaret #D04465

Tints of Cabaret #D04465

Color information

#D04465 (or 0xD04465) is unknown color: approx Cabaret. HEX triplet: D0, 44 and 65. RGB value is (208,68,101). Sum of RGB (Red+Green+Blue) = 208+68+101=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D04465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04465 is #2FBB9A. Grayscale: #717171. Windows color (decimal): -3128219 or 6636752. OLE color: 6636752.

HSL color Cylindrical-coordinate representation of color #D04465: hue angle of 345.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04465 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB20868101-
CMYK00.670.510.18
HSL345.86º59.83%54.12%-
HSV(B)345.86º67.31%81.57%-
XYZ30.4318.4814.28-
YUV113.62120.88195.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.17%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=55.17%
G=18.04%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086810100.670.510.18345.8659.8354.12
HexD04465043331215a3c36
Octal320104145010363225327466
Binary11010000100010011001010100001111001110010101011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04465; }

 p { color: rgb(208,68,101); }

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

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

 a { background-color: rgb(208,68,101); }

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

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

 span { border-color: rgb(208,68,101); }

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