#D0426F

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

Shades of Cabaret #D0426F

Tints of Cabaret #D0426F

Color information

#D0426F (or 0xD0426F) is unknown color: approx Cabaret. HEX triplet: D0, 42 and 6F. RGB value is (208,66,111). Sum of RGB (Red+Green+Blue) = 208+66+111=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0426F is #2FBD90. Grayscale: #717171. Windows color (decimal): -3128721 or 7291600. OLE color: 7291600.

HSL color Cylindrical-coordinate representation of color #D0426F: hue angle of 340.99º 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 #D0426F is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20866111-
CMYK00.680.470.18
HSL340.99º60.17%53.73%-
HSV(B)340.99º68.27%81.57%-
XYZ30.8318.4516.98-
YUV113.59126.54195.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 66 (26.17% from 255) = 17.14%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=54.03%
G=17.14%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086611100.680.470.18340.9960.1753.73
HexD0426F0442F121553c36
Octal320102157010457225257466
Binary11010000100001011011110100010010111110010101010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0426F; }

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

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

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

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

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

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

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

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