#DA3285

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

Shades of Deep Cerise #DA3285

Tints of Deep Cerise #DA3285

Color information

#DA3285 (or 0xDA3285) is unknown color: approx Deep Cerise. HEX triplet: DA, 32 and 85. RGB value is (218,50,133). Sum of RGB (Red+Green+Blue) = 218+50+133=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3285 is #25CD7A. Grayscale: #6D6D6D. Windows color (decimal): -2477435 or 8729306. OLE color: 8729306.

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

Color convert

RGB21850133-
CMYK00.770.390.15
HSL330.36º69.42%52.55%-
HSV(B)330.36º77.06%85.49%-
XYZ34.2918.8824.03-
YUV109.69141.16205.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.36%
GREEN value IS 50 (19.92% from 255) = 12.47%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=54.36%
G=12.47%
B=33.17%

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
Decimal2185013300.770.390.15330.3669.4252.55
HexDA328504D27F14a4535
Octal332622050115471751210565
Binary11011010110010100001010100110110011111111010010101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3285; }

 p { color: rgb(218,50,133); }

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

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

 a { background-color: rgb(218,50,133); }

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

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

 span { border-color: rgb(218,50,133); }

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