#D5456C

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

Shades of Cabaret #D5456C

Tints of Cabaret #D5456C

Color information

#D5456C (or 0xD5456C) is unknown color: approx Cabaret. HEX triplet: D5, 45 and 6C. RGB value is (213,69,108). Sum of RGB (Red+Green+Blue) = 213+69+108=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5456C is #2ABA93. Grayscale: #747474. Windows color (decimal): -2800276 or 7095765. OLE color: 7095765.

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

Color convert

RGB21369108-
CMYK00.680.490.16
HSL343.75º63.16%55.29%-
HSV(B)343.75º67.61%83.53%-
XYZ32.2819.4916.25-
YUV116.5123.21196.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.62%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=54.62%
G=17.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136910800.680.490.16343.7563.1655.29
HexD5456C04431101583f37
Octal325105154010461205307767
Binary11010101100010111011000100010011000110000101011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5456C; }

 p { color: rgb(213,69,108); }

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

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

 a { background-color: rgb(213,69,108); }

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

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

 span { border-color: rgb(213,69,108); }

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