#D0426C

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

Shades of Cabaret #D0426C

Tints of Cabaret #D0426C

Color information

#D0426C (or 0xD0426C) is unknown color: approx Cabaret. HEX triplet: D0, 42 and 6C. RGB value is (208,66,108). Sum of RGB (Red+Green+Blue) = 208+66+108=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0426C is #2FBD93. Grayscale: #717171. Windows color (decimal): -3128724 or 7094992. OLE color: 7094992.

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

Color convert

RGB20866108-
CMYK00.680.480.18
HSL342.25º60.17%53.73%-
HSV(B)342.25º68.27%81.57%-
XYZ30.6718.3916.12-
YUV113.25125.04195.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.45%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=54.45%
G=17.28%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086610800.680.480.18342.2560.1753.73
HexD0426C04430121563c36
Octal320102154010460225267466
Binary11010000100001011011000100010011000010010101010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0426C; }

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

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

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

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

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

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

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

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