#D25E77

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

Shades of Cabaret #D25E77

Tints of Cabaret #D25E77

Color information

#D25E77 (or 0xD25E77) is unknown color: approx Cabaret. HEX triplet: D2, 5E and 77. RGB value is (210,94,119). Sum of RGB (Red+Green+Blue) = 210+94+119=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E77 is #2DA188. Grayscale: #838383. Windows color (decimal): -2990473 or 7823058. OLE color: 7823058.

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

Color convert

RGB21094119-
CMYK00.550.430.18
HSL347.07º56.31%59.61%-
HSV(B)347.07º55.24%82.35%-
XYZ33.9123.0420.11-
YUV131.53120.93183.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.65%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=49.65%
G=22.22%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109411900.550.430.18347.0756.3159.61
HexD25E770372B1215b383c
Octal32213616706753225337074
Binary1101001010111101110111011011110101110010101011011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25E77; }

 p { color: rgb(210,94,119); }

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

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

 a { background-color: rgb(210,94,119); }

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

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

 span { border-color: rgb(210,94,119); }

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