#D74D65

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

Shades of Cabaret #D74D65

Tints of Cabaret #D74D65

Color information

#D74D65 (or 0xD74D65) is unknown color: approx Cabaret. HEX triplet: D7, 4D and 65. RGB value is (215,77,101). Sum of RGB (Red+Green+Blue) = 215+77+101=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D65 is #28B29A. Grayscale: #797979. Windows color (decimal): -2667163 or 6639063. OLE color: 6639063.

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

Color convert

RGB21577101-
CMYK00.640.530.16
HSL349.57º63.3%57.25%-
HSV(B)349.57º64.19%84.31%-
XYZ33.0320.6914.57-
YUV121116.72195.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.71%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=54.71%
G=19.59%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157710100.640.530.16349.5763.357.25
HexD74D65040351015e3f39
Octal327115145010065205367771
Binary11010111100110111001010100000011010110000101011110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74D65; }

 p { color: rgb(215,77,101); }

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

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

 a { background-color: rgb(215,77,101); }

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

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

 span { border-color: rgb(215,77,101); }

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