#DA3388

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

Shades of Deep Cerise #DA3388

Tints of Deep Cerise #DA3388

Color information

#DA3388 (or 0xDA3388) is unknown color: approx Deep Cerise. HEX triplet: DA, 33 and 88. RGB value is (218,51,136). Sum of RGB (Red+Green+Blue) = 218+51+136=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3388 is #25CC77. Grayscale: #6E6E6E. Windows color (decimal): -2477176 or 8926170. OLE color: 8926170.

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

Color convert

RGB21851136-
CMYK00.770.380.15
HSL329.46º69.29%52.75%-
HSV(B)329.46º76.61%85.49%-
XYZ34.5419.0525.15-
YUV110.62142.33204.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.83%
GREEN value IS 51 (20.31% from 255) = 12.59%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=53.83%
G=12.59%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185113600.770.380.15329.4669.2952.75
HexDA338804D26F1494535
Octal332632100115461751110565
Binary11011010110011100010000100110110011011111010010011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3388; }

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

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

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

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

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

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

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

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