#D25E73

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

Shades of Cabaret #D25E73

Tints of Cabaret #D25E73

Color information

#D25E73 (or 0xD25E73) is unknown color: approx Cabaret. HEX triplet: D2, 5E and 73. RGB value is (210,94,115). Sum of RGB (Red+Green+Blue) = 210+94+115=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E73 is #2DA18C. Grayscale: #838383. Windows color (decimal): -2990477 or 7560914. OLE color: 7560914.

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

Color convert

RGB21094115-
CMYK00.550.450.18
HSL349.14º56.31%59.61%-
HSV(B)349.14º55.24%82.35%-
XYZ33.6822.9418.87-
YUV131.08118.93184.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.12%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=50.12%
G=22.43%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109411500.550.450.18349.1456.3159.61
HexD25E730372D1215d383c
Octal32213616306755225357074
Binary1101001010111101110011011011110110110010101011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25E73; }

 p { color: rgb(210,94,115); }

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

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

 a { background-color: rgb(210,94,115); }

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

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

 span { border-color: rgb(210,94,115); }

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