#DA335E

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

Shades of Cerise #DA335E

Tints of Cerise #DA335E

Color information

#DA335E (or 0xDA335E) is unknown color: approx Cerise. HEX triplet: DA, 33 and 5E. RGB value is (218,51,94). Sum of RGB (Red+Green+Blue) = 218+51+94=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA335E is #25CCA1. Grayscale: #696969. Windows color (decimal): -2477218 or 6173658. OLE color: 6173658.

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

Color convert

RGB2185194-
CMYK00.770.570.15
HSL344.55º69.29%52.75%-
HSV(B)344.55º76.61%85.49%-
XYZ32.1218.0812.39-
YUV105.84121.33208-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 60.06%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=60.06%
G=14.05%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218519400.770.570.15344.5569.2952.75
HexDA335E04D39F1594535
Octal332631360115711753110565
Binary1101101011001110111100100110111100111111010110011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA335E; }

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

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

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

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

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

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

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

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