#D25D72

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

Shades of Cabaret #D25D72

Tints of Cabaret #D25D72

Color information

#D25D72 (or 0xD25D72) is unknown color: approx Cabaret. HEX triplet: D2, 5D and 72. RGB value is (210,93,114). Sum of RGB (Red+Green+Blue) = 210+93+114=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D72 is #2DA28D. Grayscale: #828282. Windows color (decimal): -2990734 or 7495122. OLE color: 7495122.

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

Color convert

RGB21093114-
CMYK00.560.460.18
HSL349.23º56.52%59.41%-
HSV(B)349.23º55.71%82.35%-
XYZ33.5322.7518.54-
YUV130.38118.76184.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.36%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=50.36%
G=22.30%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109311400.560.460.18349.2356.5259.41
HexD25D720382E1215d393b
Octal32213516207056225357173
Binary1101001010111011110010011100010111010010101011101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25D72; }

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

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

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

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

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

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

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

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