#DA4465

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

Shades of Cabaret #DA4465

Tints of Cabaret #DA4465

Color information

#DA4465 (or 0xDA4465) is unknown color: approx Cabaret. HEX triplet: DA, 44 and 65. RGB value is (218,68,101). Sum of RGB (Red+Green+Blue) = 218+68+101=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4465 is #25BB9A. Grayscale: #747474. Windows color (decimal): -2472859 or 6636762. OLE color: 6636762.

HSL color Cylindrical-coordinate representation of color #DA4465: hue angle of 346.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4465 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21868101-
CMYK00.690.540.15
HSL346.8º66.96%56.08%-
HSV(B)346.8º68.81%85.49%-
XYZ33.3319.9814.41-
YUV116.61119.2200.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.33%
GREEN value IS 68 (26.95% from 255) = 17.57%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=56.33%
G=17.57%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186810100.690.540.15346.866.9656.08
HexDA446504536F15b4338
Octal3321041450105661753310370
Binary11011010100010011001010100010111011011111010110111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4465; }

 p { color: rgb(218,68,101); }

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

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

 a { background-color: rgb(218,68,101); }

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

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

 span { border-color: rgb(218,68,101); }

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