#D54265

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

Shades of Cabaret #D54265

Tints of Cabaret #D54265

Color information

#D54265 (or 0xD54265) is unknown color: approx Cabaret. HEX triplet: D5, 42 and 65. RGB value is (213,66,101). Sum of RGB (Red+Green+Blue) = 213+66+101=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D54265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54265 is #2ABD9A. Grayscale: #717171. Windows color (decimal): -2801051 or 6636245. OLE color: 6636245.

HSL color Cylindrical-coordinate representation of color #D54265: hue angle of 345.71º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54265 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB21366101-
CMYK00.690.530.16
HSL345.71º63.64%54.71%-
HSV(B)345.71º69.01%83.53%-
XYZ31.7418.9814.3-
YUV113.94120.7198.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.05%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=56.05%
G=17.37%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136610100.690.530.16345.7163.6454.71
HexD54265045351015a4037
Octal3251021450105652053210067
Binary110101011000010110010101000101110101100001010110101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54265; }

 p { color: rgb(213,66,101); }

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

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

 a { background-color: rgb(213,66,101); }

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

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

 span { border-color: rgb(213,66,101); }

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