#D5446B

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

Shades of Cabaret #D5446B

Tints of Cabaret #D5446B

Color information

#D5446B (or 0xD5446B) is unknown color: approx Cabaret. HEX triplet: D5, 44 and 6B. RGB value is (213,68,107). Sum of RGB (Red+Green+Blue) = 213+68+107=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5446B is #2ABB94. Grayscale: #737373. Windows color (decimal): -2800533 or 7029973. OLE color: 7029973.

HSL color Cylindrical-coordinate representation of color #D5446B: hue angle of 343.86º 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 #D5446B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21368107-
CMYK00.680.500.16
HSL343.86º63.32%55.1%-
HSV(B)343.86º68.08%83.53%-
XYZ32.1619.3415.95-
YUV115.8123.04197.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.90%
GREEN value IS 68 (26.95% from 255) = 17.53%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=54.90%
G=17.53%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136810700.680.500.16343.8663.3255.1
HexD5446B04432101583f37
Octal325104153010462205307767
Binary11010101100010011010110100010011001010000101011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5446B; }

 p { color: rgb(213,68,107); }

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

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

 a { background-color: rgb(213,68,107); }

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

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

 span { border-color: rgb(213,68,107); }

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