#D2526C

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

Shades of Cabaret #D2526C

Tints of Cabaret #D2526C

Color information

#D2526C (or 0xD2526C) is unknown color: approx Cabaret. HEX triplet: D2, 52 and 6C. RGB value is (210,82,108). Sum of RGB (Red+Green+Blue) = 210+82+108=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2526C is #2DAD93. Grayscale: #7B7B7B. Windows color (decimal): -2993556 or 7099090. OLE color: 7099090.

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

Color convert

RGB21082108-
CMYK00.610.490.18
HSL347.81º58.72%57.25%-
HSV(B)347.81º60.95%82.35%-
XYZ32.320.8216.5-
YUV123.24119.41189.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.5%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 108 (42.58% from 255) = 27%
R=52.5%
G=20.5%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108210800.610.490.18347.8158.7257.25
HexD2526C03D311215c3b39
Octal32212215407561225347371
Binary1101001010100101101100011110111000110010101011100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2526C; }

 p { color: rgb(210,82,108); }

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

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

 a { background-color: rgb(210,82,108); }

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

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

 span { border-color: rgb(210,82,108); }

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