#D74668

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

Shades of Cabaret #D74668

Tints of Cabaret #D74668

Color information

#D74668 (or 0xD74668) is unknown color: approx Cabaret. HEX triplet: D7, 46 and 68. RGB value is (215,70,104). Sum of RGB (Red+Green+Blue) = 215+70+104=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D74668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74668 is #28B997. Grayscale: #757575. Windows color (decimal): -2668952 or 6833879. OLE color: 6833879.

HSL color Cylindrical-coordinate representation of color #D74668: hue angle of 345.93º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74668 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB21570104-
CMYK00.670.520.16
HSL345.93º64.44%55.88%-
HSV(B)345.93º67.44%84.31%-
XYZ32.7119.8315.2-
YUV117.23120.54197.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.27%
GREEN value IS 70 (27.73% from 255) = 17.99%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=55.27%
G=17.99%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157010400.670.520.16345.9364.4455.88
HexD74668043341015a4038
Octal3271061500103642053210070
Binary110101111000110110100001000011110100100001010110101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74668; }

 p { color: rgb(215,70,104); }

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

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

 a { background-color: rgb(215,70,104); }

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

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

 span { border-color: rgb(215,70,104); }

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