#D25173

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

Shades of Cabaret #D25173

Tints of Cabaret #D25173

Color information

#D25173 (or 0xD25173) is unknown color: approx Cabaret. HEX triplet: D2, 51 and 73. RGB value is (210,81,115). Sum of RGB (Red+Green+Blue) = 210+81+115=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D25173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25173 is #2DAE8C. Grayscale: #7B7B7B. Windows color (decimal): -2993805 or 7557586. OLE color: 7557586.

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

Color convert

RGB21081115-
CMYK00.610.450.18
HSL344.19º58.9%57.06%-
HSV(B)344.19º61.43%82.35%-
XYZ32.6220.8218.52-
YUV123.45123.24189.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.72%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=51.72%
G=19.95%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108111500.610.450.18344.1958.957.06
HexD2517303D2D121583b39
Octal32212116307555225307371
Binary1101001010100011110011011110110110110010101011000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25173; }

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

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

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

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

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

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

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

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