#DA416B

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

Shades of Cerise #DA416B

Tints of Cerise #DA416B

Color information

#DA416B (or 0xDA416B) is unknown color: approx Cerise. HEX triplet: DA, 41 and 6B. RGB value is (218,65,107). Sum of RGB (Red+Green+Blue) = 218+65+107=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA416B is #25BE94. Grayscale: #737373. Windows color (decimal): -2473621 or 7029210. OLE color: 7029210.

HSL color Cylindrical-coordinate representation of color #DA416B: hue angle of 343.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA416B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB21865107-
CMYK00.700.510.15
HSL343.53º67.4%55.49%-
HSV(B)343.53º70.18%85.49%-
XYZ33.4619.7515.96-
YUV115.54123.19201.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.90%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=55.90%
G=16.67%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186510700.700.510.15343.5367.455.49
HexDA416B04633F1584337
Octal3321011530106631753010367
Binary11011010100000111010110100011011001111111010110001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA416B; }

 p { color: rgb(218,65,107); }

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

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

 a { background-color: rgb(218,65,107); }

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

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

 span { border-color: rgb(218,65,107); }

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