#DA339B

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

Shades of Deep Cerise #DA339B

Tints of Deep Cerise #DA339B

Color information

#DA339B (or 0xDA339B) is unknown color: approx Deep Cerise. HEX triplet: DA, 33 and 9B. RGB value is (218,51,155). Sum of RGB (Red+Green+Blue) = 218+51+155=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA339B is #25CC64. Grayscale: #707070. Windows color (decimal): -2477157 or 10171354. OLE color: 10171354.

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

Color convert

RGB21851155-
CMYK00.770.290.15
HSL322.63º69.29%52.75%-
HSV(B)322.63º76.61%85.49%-
XYZ36.0119.6432.9-
YUV112.79151.83203.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.42%
GREEN value IS 51 (20.31% from 255) = 12.03%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=51.42%
G=12.03%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185115500.770.290.15322.6369.2952.75
HexDA339B04D1DF1434535
Octal332632330115351750310565
Binary1101101011001110011011010011011110111111010000111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA339B; }

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

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

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

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

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

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

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

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