#D06378

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

Shades of Cabaret #D06378

Tints of Cabaret #D06378

Color information

#D06378 (or 0xD06378) is unknown color: approx Cabaret. HEX triplet: D0, 63 and 78. RGB value is (208,99,120). Sum of RGB (Red+Green+Blue) = 208+99+120=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D06378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06378 is #2F9C87. Grayscale: #868686. Windows color (decimal): -3120264 or 7889872. OLE color: 7889872.

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

Color convert

RGB20899120-
CMYK00.520.420.18
HSL348.44º53.69%60.2%-
HSV(B)348.44º52.4%81.57%-
XYZ33.8623.6920.56-
YUV133.99120.11180.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.71%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=48.71%
G=23.19%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089912000.520.420.18348.4453.6960.2
HexD063780342A1215c363c
Octal32014317006452225346674
Binary1101000011000111111000011010010101010010101011100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06378; }

 p { color: rgb(208,99,120); }

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

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

 a { background-color: rgb(208,99,120); }

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

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

 span { border-color: rgb(208,99,120); }

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