#D25D74

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

Shades of Cabaret #D25D74

Tints of Cabaret #D25D74

Color information

#D25D74 (or 0xD25D74) is unknown color: approx Cabaret. HEX triplet: D2, 5D and 74. RGB value is (210,93,116). Sum of RGB (Red+Green+Blue) = 210+93+116=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D74 is #2DA28B. Grayscale: #828282. Windows color (decimal): -2990732 or 7626194. OLE color: 7626194.

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

Color convert

RGB21093116-
CMYK00.560.450.18
HSL348.21º56.52%59.41%-
HSV(B)348.21º55.71%82.35%-
XYZ33.6522.7919.15-
YUV130.6119.76184.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.12%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=50.12%
G=22.20%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109311600.560.450.18348.2156.5259.41
HexD25D740382D1215c393b
Octal32213516407055225347173
Binary1101001010111011110100011100010110110010101011100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25D74; }

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

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

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

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

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

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

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

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