#D5446A

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

Shades of Cabaret #D5446A

Tints of Cabaret #D5446A

Color information

#D5446A (or 0xD5446A) is unknown color: approx Cabaret. HEX triplet: D5, 44 and 6A. RGB value is (213,68,106). Sum of RGB (Red+Green+Blue) = 213+68+106=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5446A is #2ABB95. Grayscale: #737373. Windows color (decimal): -2800534 or 6964437. OLE color: 6964437.

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

Color convert

RGB21368106-
CMYK00.680.500.16
HSL344.28º63.32%55.1%-
HSV(B)344.28º68.08%83.53%-
XYZ32.1119.3215.67-
YUV115.69122.54197.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.04%
GREEN value IS 68 (26.95% from 255) = 17.57%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=55.04%
G=17.57%
B=27.39%

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
Decimal2136810600.680.500.16344.2863.3255.1
HexD5446A04432101583f37
Octal325104152010462205307767
Binary11010101100010011010100100010011001010000101011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5446A; }

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

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

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

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

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

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

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

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