#D25064

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

Shades of Cabaret #D25064

Tints of Cabaret #D25064

Color information

#D25064 (or 0xD25064) is unknown color: approx Cabaret. HEX triplet: D2, 50 and 64. RGB value is (210,80,100). Sum of RGB (Red+Green+Blue) = 210+80+100=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D25064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25064 is #2DAF9B. Grayscale: #797979. Windows color (decimal): -2994076 or 6574290. OLE color: 6574290.

HSL color Cylindrical-coordinate representation of color #D25064: hue angle of 350.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25064 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB21080100-
CMYK00.620.520.18
HSL350.77º59.09%56.86%-
HSV(B)350.77º61.9%82.35%-
XYZ31.7520.3614.31-
YUV121.15116.07191.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.85%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 100 (39.45% from 255) = 25.64%
R=53.85%
G=20.51%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108010000.620.520.18350.7759.0956.86
HexD2506403E341215f3b39
Octal32212014407664225377371
Binary1101001010100001100100011111011010010010101011111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25064; }

 p { color: rgb(210,80,100); }

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

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

 a { background-color: rgb(210,80,100); }

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

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

 span { border-color: rgb(210,80,100); }

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