#D44467

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

Shades of Cabaret #D44467

Tints of Cabaret #D44467

Color information

#D44467 (or 0xD44467) is unknown color: approx Cabaret. HEX triplet: D4, 44 and 67. RGB value is (212,68,103). Sum of RGB (Red+Green+Blue) = 212+68+103=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D44467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44467 is #2BBB98. Grayscale: #737373. Windows color (decimal): -2866073 or 6767828. OLE color: 6767828.

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

Color convert

RGB21268103-
CMYK00.680.510.17
HSL345.42º62.61%54.9%-
HSV(B)345.42º67.92%83.14%-
XYZ31.6719.1114.85-
YUV115.05121.21197.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=55.35%
G=17.75%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126810300.680.510.17345.4262.6154.9
HexD4446704433111593f37
Octal324104147010463215317767
Binary11010100100010011001110100010011001110001101011001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44467; }

 p { color: rgb(212,68,103); }

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

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

 a { background-color: rgb(212,68,103); }

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

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

 span { border-color: rgb(212,68,103); }

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