#DA3365

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

Shades of Cerise #DA3365

Tints of Cerise #DA3365

Color information

#DA3365 (or 0xDA3365) is unknown color: approx Cerise. HEX triplet: DA, 33 and 65. RGB value is (218,51,101). Sum of RGB (Red+Green+Blue) = 218+51+101=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3365 is #25CC9A. Grayscale: #6A6A6A. Windows color (decimal): -2477211 or 6632410. OLE color: 6632410.

HSL color Cylindrical-coordinate representation of color #DA3365: hue angle of 342.04º 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 #DA3365 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21851101-
CMYK00.770.540.15
HSL342.04º69.29%52.75%-
HSV(B)342.04º76.61%85.49%-
XYZ32.4518.2114.12-
YUV106.63124.83207.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.92%
GREEN value IS 51 (20.31% from 255) = 13.78%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=58.92%
G=13.78%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185110100.770.540.15342.0469.2952.75
HexDA336504D36F1564535
Octal332631450115661752610565
Binary1101101011001111001010100110111011011111010101101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3365; }

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

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

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

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

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

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

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

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