#D25572

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

Shades of Cabaret #D25572

Tints of Cabaret #D25572

Color information

#D25572 (or 0xD25572) is unknown color: approx Cabaret. HEX triplet: D2, 55 and 72. RGB value is (210,85,114). Sum of RGB (Red+Green+Blue) = 210+85+114=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D25572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25572 is #2DAA8D. Grayscale: #7D7D7D. Windows color (decimal): -2992782 or 7493074. OLE color: 7493074.

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

Color convert

RGB21085114-
CMYK00.600.460.18
HSL346.08º58.14%57.84%-
HSV(B)346.08º59.52%82.35%-
XYZ32.8621.4118.32-
YUV125.68121.41188.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.34%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=51.34%
G=20.78%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108511400.600.460.18346.0858.1457.84
HexD2557203C2E1215a3a3a
Octal32212516207456225327272
Binary1101001010101011110010011110010111010010101011010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25572; }

 p { color: rgb(210,85,114); }

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

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

 a { background-color: rgb(210,85,114); }

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

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

 span { border-color: rgb(210,85,114); }

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