#DA3287

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

Shades of Deep Cerise #DA3287

Tints of Deep Cerise #DA3287

Color information

#DA3287 (or 0xDA3287) is unknown color: approx Deep Cerise. HEX triplet: DA, 32 and 87. RGB value is (218,50,135). Sum of RGB (Red+Green+Blue) = 218+50+135=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3287 is #25CD78. Grayscale: #6D6D6D. Windows color (decimal): -2477433 or 8860378. OLE color: 8860378.

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

Color convert

RGB21850135-
CMYK00.770.380.15
HSL329.64º69.42%52.55%-
HSV(B)329.64º77.06%85.49%-
XYZ34.4318.9424.76-
YUV109.92142.16205.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.09%
GREEN value IS 50 (19.92% from 255) = 12.41%
BLUE value IS 135 (53.12% from 255) = 33.50%
R=54.09%
G=12.41%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185013500.770.380.15329.6469.4252.55
HexDA328704D26F14a4535
Octal332622070115461751210565
Binary11011010110010100001110100110110011011111010010101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3287; }

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

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

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

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

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

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

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

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