#DA3384

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

Shades of Deep Cerise #DA3384

Tints of Deep Cerise #DA3384

Color information

#DA3384 (or 0xDA3384) is unknown color: approx Deep Cerise. HEX triplet: DA, 33 and 84. RGB value is (218,51,132). Sum of RGB (Red+Green+Blue) = 218+51+132=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3384 is #25CC7B. Grayscale: #6E6E6E. Windows color (decimal): -2477180 or 8664026. OLE color: 8664026.

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

Color convert

RGB21851132-
CMYK00.770.390.15
HSL330.9º69.29%52.75%-
HSV(B)330.9º76.61%85.49%-
XYZ34.2618.9423.68-
YUV110.17140.33204.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.36%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=54.36%
G=12.72%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185113200.770.390.15330.969.2952.75
HexDA338404D27F14b4535
Octal332632040115471751310565
Binary11011010110011100001000100110110011111111010010111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3384; }

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

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

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

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

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

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

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

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