#D74962

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

Shades of Cabaret #D74962

Tints of Cabaret #D74962

Color information

#D74962 (or 0xD74962) is unknown color: approx Cabaret. HEX triplet: D7, 49 and 62. RGB value is (215,73,98). Sum of RGB (Red+Green+Blue) = 215+73+98=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D74962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74962 is #28B69D. Grayscale: #767676. Windows color (decimal): -2668190 or 6441431. OLE color: 6441431.

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

Color convert

RGB2157398-
CMYK00.660.540.16
HSL349.44º63.96%56.47%-
HSV(B)349.44º66.05%84.31%-
XYZ32.6120.0913.71-
YUV118.31116.54196.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.70%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 98 (38.67% from 255) = 25.39%
R=55.70%
G=18.91%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215739800.660.540.16349.4463.9656.47
HexD74962042361015d4038
Octal3271111420102662053510070
Binary110101111001001110001001000010110110100001010111011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74962; }

 p { color: rgb(215,73,98); }

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

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

 a { background-color: rgb(215,73,98); }

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

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

 span { border-color: rgb(215,73,98); }

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