#DA399A

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

Shades of Deep Cerise #DA399A

Tints of Deep Cerise #DA399A

Color information

#DA399A (or 0xDA399A) is unknown color: approx Deep Cerise. HEX triplet: DA, 39 and 9A. RGB value is (218,57,154). Sum of RGB (Red+Green+Blue) = 218+57+154=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA399A is #25C665. Grayscale: #737373. Windows color (decimal): -2475622 or 10107354. OLE color: 10107354.

HSL color Cylindrical-coordinate representation of color #DA399A: hue angle of 323.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA399A is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB21857154-
CMYK00.740.290.15
HSL323.85º68.51%53.92%-
HSV(B)323.85º73.85%85.49%-
XYZ36.2120.1632.56-
YUV116.2149.34200.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.82%
GREEN value IS 57 (22.66% from 255) = 13.29%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=50.82%
G=13.29%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185715400.740.290.15323.8568.5153.92
HexDA399A04A1DF1444536
Octal332712320112351750410566
Binary1101101011100110011010010010101110111111010001001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA399A; }

 p { color: rgb(218,57,154); }

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

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

 a { background-color: rgb(218,57,154); }

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

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

 span { border-color: rgb(218,57,154); }

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