#D25D71

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

Shades of Cabaret #D25D71

Tints of Cabaret #D25D71

Color information

#D25D71 (or 0xD25D71) is unknown color: approx Cabaret. HEX triplet: D2, 5D and 71. RGB value is (210,93,113). Sum of RGB (Red+Green+Blue) = 210+93+113=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D71 is #2DA28E. Grayscale: #828282. Windows color (decimal): -2990735 or 7429586. OLE color: 7429586.

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

Color convert

RGB21093113-
CMYK00.560.460.18
HSL349.74º56.52%59.41%-
HSV(B)349.74º55.71%82.35%-
XYZ33.4722.7218.24-
YUV130.26118.26184.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.48%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=50.48%
G=22.36%
B=27.16%

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
Decimal2109311300.560.460.18349.7456.5259.41
HexD25D710382E1215e393b
Octal32213516107056225367173
Binary1101001010111011110001011100010111010010101011110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25D71; }

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

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

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

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

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

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

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

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