#DA239C

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

Shades of Deep Cerise #DA239C

Tints of Deep Cerise #DA239C

Color information

#DA239C (or 0xDA239C) is unknown color: approx Deep Cerise. HEX triplet: DA, 23 and 9C. RGB value is (218,35,156). Sum of RGB (Red+Green+Blue) = 218+35+156=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA239C is #25DC63. Grayscale: #676767. Windows color (decimal): -2481252 or 10232794. OLE color: 10232794.

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

Color convert

RGB21835156-
CMYK00.840.280.15
HSL320.33º72.33%49.61%-
HSV(B)320.33º83.94%85.49%-
XYZ35.5218.5133.15-
YUV103.51157.63209.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.30%
GREEN value IS 35 (14.06% from 255) = 8.56%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=53.30%
G=8.56%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183515600.840.280.15320.3372.3349.61
HexDA239C0541CF1404832
Octal332432340124341750011062
Binary1101101010001110011100010101001110011111010000001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA239C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA239C; }

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

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

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

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

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

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

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

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