#DA336A

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

Shades of Cerise #DA336A

Tints of Cerise #DA336A

Color information

#DA336A (or 0xDA336A) is unknown color: approx Cerise. HEX triplet: DA, 33 and 6A. RGB value is (218,51,106). Sum of RGB (Red+Green+Blue) = 218+51+106=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA336A is #25CC95. Grayscale: #6B6B6B. Windows color (decimal): -2477206 or 6960090. OLE color: 6960090.

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

Color convert

RGB21851106-
CMYK00.770.510.15
HSL340.24º69.29%52.75%-
HSV(B)340.24º76.61%85.49%-
XYZ32.718.3115.45-
YUV107.2127.33207.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.13%
GREEN value IS 51 (20.31% from 255) = 13.6%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=58.13%
G=13.6%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185110600.770.510.15340.2469.2952.75
HexDA336A04D33F1544535
Octal332631520115631752410565
Binary1101101011001111010100100110111001111111010101001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA336A; }

 p { color: rgb(218,51,106); }

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

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

 a { background-color: rgb(218,51,106); }

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

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

 span { border-color: rgb(218,51,106); }

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