#D25774

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

Shades of Cabaret #D25774

Tints of Cabaret #D25774

Color information

#D25774 (or 0xD25774) is unknown color: approx Cabaret. HEX triplet: D2, 57 and 74. RGB value is (210,87,116). Sum of RGB (Red+Green+Blue) = 210+87+116=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D25774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25774 is #2DA88B. Grayscale: #7F7F7F. Windows color (decimal): -2992268 or 7624658. OLE color: 7624658.

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

Color convert

RGB21087116-
CMYK00.590.450.18
HSL345.85º57.75%58.24%-
HSV(B)345.85º58.57%82.35%-
XYZ33.1421.7818.98-
YUV127.08121.75187.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=50.85%
G=21.07%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108711600.590.450.18345.8557.7558.24
HexD2577403B2D1215a3a3a
Octal32212716407355225327272
Binary1101001010101111110100011101110110110010101011010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25774; }

 p { color: rgb(210,87,116); }

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

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

 a { background-color: rgb(210,87,116); }

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

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

 span { border-color: rgb(210,87,116); }

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