#D54D6A

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

Shades of Cabaret #D54D6A

Tints of Cabaret #D54D6A

Color information

#D54D6A (or 0xD54D6A) is unknown color: approx Cabaret. HEX triplet: D5, 4D and 6A. RGB value is (213,77,106). Sum of RGB (Red+Green+Blue) = 213+77+106=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D6A is #2AB295. Grayscale: #787878. Windows color (decimal): -2798230 or 6966741. OLE color: 6966741.

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

Color convert

RGB21377106-
CMYK00.640.500.16
HSL347.21º61.82%56.86%-
HSV(B)347.21º63.85%83.53%-
XYZ32.720.4915.87-
YUV120.97119.56193.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.79%
GREEN value IS 77 (30.47% from 255) = 19.44%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=53.79%
G=19.44%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137710600.640.500.16347.2161.8256.86
HexD54D6A040321015b3e39
Octal325115152010062205337671
Binary11010101100110111010100100000011001010000101011011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D6A; }

 p { color: rgb(213,77,106); }

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

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

 a { background-color: rgb(213,77,106); }

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

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

 span { border-color: rgb(213,77,106); }

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