#D0416D

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

Shades of Cabaret #D0416D

Tints of Cabaret #D0416D

Color information

#D0416D (or 0xD0416D) is unknown color: approx Cabaret. HEX triplet: D0, 41 and 6D. RGB value is (208,65,109). Sum of RGB (Red+Green+Blue) = 208+65+109=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0416D is #2FBE92. Grayscale: #707070. Windows color (decimal): -3128979 or 7160272. OLE color: 7160272.

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

Color convert

RGB20865109-
CMYK00.690.480.18
HSL341.54º60.34%53.53%-
HSV(B)341.54º68.75%81.57%-
XYZ30.6618.2916.38-
YUV112.77125.88195.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.45%
GREEN value IS 65 (25.78% from 255) = 17.02%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=54.45%
G=17.02%
B=28.53%

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
Decimal2086510900.690.480.18341.5460.3453.53
HexD0416D04530121563c36
Octal320101155010560225267466
Binary11010000100000111011010100010111000010010101010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0416D; }

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

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

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

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

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

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

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

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