#D25C75

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

Shades of Cabaret #D25C75

Tints of Cabaret #D25C75

Color information

#D25C75 (or 0xD25C75) is unknown color: approx Cabaret. HEX triplet: D2, 5C and 75. RGB value is (210,92,117). Sum of RGB (Red+Green+Blue) = 210+92+117=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C75 is #2DA38A. Grayscale: #828282. Windows color (decimal): -2990987 or 7691474. OLE color: 7691474.

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

Color convert

RGB21092117-
CMYK00.560.440.18
HSL347.29º56.73%59.22%-
HSV(B)347.29º56.19%82.35%-
XYZ33.6222.6419.43-
YUV130.13120.59184.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.12%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=50.12%
G=21.96%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109211700.560.440.18347.2956.7359.22
HexD25C750382C1215b393b
Octal32213416507054225337173
Binary1101001010111001110101011100010110010010101011011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25C75; }

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

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

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

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

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

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

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

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