#D0426D

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

Shades of Cabaret #D0426D

Tints of Cabaret #D0426D

Color information

#D0426D (or 0xD0426D) is unknown color: approx Cabaret. HEX triplet: D0, 42 and 6D. RGB value is (208,66,109). Sum of RGB (Red+Green+Blue) = 208+66+109=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0426D is #2FBD92. Grayscale: #717171. Windows color (decimal): -3128723 or 7160528. OLE color: 7160528.

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

Color convert

RGB20866109-
CMYK00.680.480.18
HSL341.83º60.17%53.73%-
HSV(B)341.83º68.27%81.57%-
XYZ30.7218.4116.4-
YUV113.36125.54195.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.31%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=54.31%
G=17.23%
B=28.46%

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
Decimal2086610900.680.480.18341.8360.1753.73
HexD0426D04430121563c36
Octal320102155010460225267466
Binary11010000100001011011010100010011000010010101010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0426D; }

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

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

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

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

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

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

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

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