#DA357C

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

Shades of Deep Cerise #DA357C

Tints of Deep Cerise #DA357C

Color information

#DA357C (or 0xDA357C) is unknown color: approx Deep Cerise. HEX triplet: DA, 35 and 7C. RGB value is (218,53,124). Sum of RGB (Red+Green+Blue) = 218+53+124=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA357C is #25CA83. Grayscale: #6E6E6E. Windows color (decimal): -2476676 or 8140250. OLE color: 8140250.

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

Color convert

RGB21853124-
CMYK00.760.430.15
HSL334.18º69.04%53.14%-
HSV(B)334.18º75.69%85.49%-
XYZ33.8218.9120.94-
YUV110.43135.66204.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.19%
GREEN value IS 53 (21.09% from 255) = 13.42%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=55.19%
G=13.42%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185312400.760.430.15334.1869.0453.14
HexDA357C04C2BF14e4535
Octal332651740114531751610565
Binary1101101011010111111000100110010101111111010011101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA357C; }

 p { color: rgb(218,53,124); }

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

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

 a { background-color: rgb(218,53,124); }

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

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

 span { border-color: rgb(218,53,124); }

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