#D14462

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

Shades of Cabaret #D14462

Tints of Cabaret #D14462

Color information

#D14462 (or 0xD14462) is unknown color: approx Cabaret. HEX triplet: D1, 44 and 62. RGB value is (209,68,98). Sum of RGB (Red+Green+Blue) = 209+68+98=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D14462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14462 is #2EBB9D. Grayscale: #717171. Windows color (decimal): -3062686 or 6440145. OLE color: 6440145.

HSL color Cylindrical-coordinate representation of color #D14462: hue angle of 347.23º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14462 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB2096898-
CMYK00.670.530.18
HSL347.23º60.52%54.31%-
HSV(B)347.23º67.46%81.96%-
XYZ30.5718.5713.53-
YUV113.58119.21196.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.73%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=55.73%
G=18.13%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209689800.670.530.18347.2360.5254.31
HexD14462043351215b3d36
Octal321104142010365225337566
Binary11010001100010011000100100001111010110010101011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14462; }

 p { color: rgb(209,68,98); }

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

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

 a { background-color: rgb(209,68,98); }

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

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

 span { border-color: rgb(209,68,98); }

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