#d34567

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

Shades of Cabaret #D34567

Tints of Cabaret #D34567

Color information

#D34567 (or 0xD34567) is unknown color: approx Cabaret. HEX triplet: D3, 45 and 67. RGB value is (211,69,103). Sum of RGB (Red+Green+Blue) = 211+69+103=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D34567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34567 is #2CBA98. Grayscale: #737373. Windows color (decimal): -2931353 or 6768083. OLE color: 6768083.

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

Color convert

RGB21169103-
CMYK00.670.510.17
HSL345.63º61.74%54.9%-
HSV(B)345.63º67.3%82.75%-
XYZ31.4419.0814.86-
YUV115.33121.04196.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.09%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=55.09%
G=18.02%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116910300.670.510.17345.6361.7454.9
HexD34567043331115a3e37
Octal323105147010363215327667
Binary11010011100010111001110100001111001110001101011010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d34567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d34567; }

 p { color: rgb(211,69,103); }

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

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

 a { background-color: rgb(211,69,103); }

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

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

 span { border-color: rgb(211,69,103); }

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