#DA319C

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

Shades of Deep Cerise #DA319C

Tints of Deep Cerise #DA319C

Color information

#DA319C (or 0xDA319C) is unknown color: approx Deep Cerise. HEX triplet: DA, 31 and 9C. RGB value is (218,49,156). Sum of RGB (Red+Green+Blue) = 218+49+156=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA319C is #25CE63. Grayscale: #6F6F6F. Windows color (decimal): -2477668 or 10236378. OLE color: 10236378.

HSL color Cylindrical-coordinate representation of color #DA319C: hue angle of 322.01º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA319C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21849156-
CMYK00.780.280.15
HSL322.01º69.55%52.35%-
HSV(B)322.01º77.52%85.49%-
XYZ36.0119.533.32-
YUV111.73152.99203.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.54%
GREEN value IS 49 (19.53% from 255) = 11.58%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=51.54%
G=11.58%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184915600.780.280.15322.0169.5552.35
HexDA319C04E1CF1424634
Octal332612340116341750210664
Binary1101101011000110011100010011101110011111010000101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA319C; }

 p { color: rgb(218,49,156); }

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

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

 a { background-color: rgb(218,49,156); }

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

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

 span { border-color: rgb(218,49,156); }

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