#D74862

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

Shades of Cabaret #D74862

Tints of Cabaret #D74862

Color information

#D74862 (or 0xD74862) is unknown color: approx Cabaret. HEX triplet: D7, 48 and 62. RGB value is (215,72,98). Sum of RGB (Red+Green+Blue) = 215+72+98=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D74862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74862 is #28B79D. Grayscale: #757575. Windows color (decimal): -2668446 or 6441175. OLE color: 6441175.

HSL color Cylindrical-coordinate representation of color #D74862: hue angle of 349.09º 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 #D74862 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB2157298-
CMYK00.670.540.16
HSL349.09º64.13%56.27%-
HSV(B)349.09º66.51%84.31%-
XYZ32.5519.9613.69-
YUV117.72116.88197.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.84%
GREEN value IS 72 (28.52% from 255) = 18.70%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=55.84%
G=18.70%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215729800.670.540.16349.0964.1356.27
HexD74862043361015d4038
Octal3271101420103662053510070
Binary110101111001000110001001000011110110100001010111011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74862; }

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

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

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

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

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

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

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

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