#D04265

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

Shades of Cabaret #D04265

Tints of Cabaret #D04265

Color information

#D04265 (or 0xD04265) is unknown color: approx Cabaret. HEX triplet: D0, 42 and 65. RGB value is (208,66,101). Sum of RGB (Red+Green+Blue) = 208+66+101=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D04265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04265 is #2FBD9A. Grayscale: #707070. Windows color (decimal): -3128731 or 6636240. OLE color: 6636240.

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

Color convert

RGB20866101-
CMYK00.680.510.18
HSL345.21º60.17%53.73%-
HSV(B)345.21º68.27%81.57%-
XYZ30.3118.2514.24-
YUV112.45121.54196.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.47%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=55.47%
G=17.6%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086610100.680.510.18345.2160.1753.73
HexD0426504433121593c36
Octal320102145010463225317466
Binary11010000100001011001010100010011001110010101011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04265; }

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

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

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

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

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

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

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

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