#DA33A8

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

Shades of Deep Cerise #DA33A8

Tints of Deep Cerise #DA33A8

Color information

#DA33A8 (or 0xDA33A8) is unknown color: approx Deep Cerise. HEX triplet: DA, 33 and A8. RGB value is (218,51,168). Sum of RGB (Red+Green+Blue) = 218+51+168=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA33A8 is #25CC57. Grayscale: #717171. Windows color (decimal): -2477144 or 11023322. OLE color: 11023322.

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

Color convert

RGB21851168-
CMYK00.770.230.15
HSL317.96º69.29%52.75%-
HSV(B)317.96º76.61%85.49%-
XYZ37.1720.138.97-
YUV114.27158.33201.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.89%
GREEN value IS 51 (20.31% from 255) = 11.67%
BLUE value IS 168 (66.02% from 255) = 38.44%
R=49.89%
G=11.67%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185116800.770.230.15317.9669.2952.75
HexDA33A804D17F13e4535
Octal332632500115271747610565
Binary1101101011001110101000010011011011111111001111101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA33A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA33A8; }

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

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

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

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

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

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

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

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