#D0416C

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

Shades of Cabaret #D0416C

Tints of Cabaret #D0416C

Color information

#D0416C (or 0xD0416C) is unknown color: approx Cabaret. HEX triplet: D0, 41 and 6C. RGB value is (208,65,108). Sum of RGB (Red+Green+Blue) = 208+65+108=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0416C is #2FBE93. Grayscale: #707070. Windows color (decimal): -3128980 or 7094736. OLE color: 7094736.

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

Color convert

RGB20865108-
CMYK00.690.480.18
HSL341.96º60.34%53.53%-
HSV(B)341.96º68.75%81.57%-
XYZ30.6118.2716.1-
YUV112.66125.38196-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.59%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=54.59%
G=17.06%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086510800.690.480.18341.9660.3453.53
HexD0416C04530121563c36
Octal320101154010560225267466
Binary11010000100000111011000100010111000010010101010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0416C; }

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

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

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

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

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

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

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

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