#D26271

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

Shades of Cabaret #D26271

Tints of Cabaret #D26271

Color information

#D26271 (or 0xD26271) is unknown color: approx Cabaret. HEX triplet: D2, 62 and 71. RGB value is (210,98,113). Sum of RGB (Red+Green+Blue) = 210+98+113=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D26271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26271 is #2D9D8E. Grayscale: #858585. Windows color (decimal): -2989455 or 7430866. OLE color: 7430866.

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

Color convert

RGB21098113-
CMYK00.530.460.18
HSL351.96º55.45%60.39%-
HSV(B)351.96º53.33%82.35%-
XYZ33.9323.6318.4-
YUV133.2116.61182.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=49.88%
G=23.28%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109811300.530.460.18351.9655.4560.39
HexD262710352E12160373c
Octal32214216106556225406774
Binary1101001011000101110001011010110111010010101100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26271; }

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

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

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

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

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

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

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

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