#D25775

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

Shades of Cabaret #D25775

Tints of Cabaret #D25775

Color information

#D25775 (or 0xD25775) is unknown color: approx Cabaret. HEX triplet: D2, 57 and 75. RGB value is (210,87,117). Sum of RGB (Red+Green+Blue) = 210+87+117=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D25775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25775 is #2DA88A. Grayscale: #7F7F7F. Windows color (decimal): -2992267 or 7690194. OLE color: 7690194.

HSL color Cylindrical-coordinate representation of color #D25775: hue angle of 345.37º 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 #D25775 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB21087117-
CMYK00.590.440.18
HSL345.37º57.75%58.24%-
HSV(B)345.37º58.57%82.35%-
XYZ33.221.819.29-
YUV127.2122.25187.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.72%
GREEN value IS 87 (34.38% from 255) = 21.01%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=50.72%
G=21.01%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108711700.590.440.18345.3757.7558.24
HexD2577503B2C121593a3a
Octal32212716507354225317272
Binary1101001010101111110101011101110110010010101011001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25775; }

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

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

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

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

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

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

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

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