#DA299F

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

Shades of Deep Cerise #DA299F

Tints of Deep Cerise #DA299F

Color information

#DA299F (or 0xDA299F) is unknown color: approx Deep Cerise. HEX triplet: DA, 29 and 9F. RGB value is (218,41,159). Sum of RGB (Red+Green+Blue) = 218+41+159=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA299F is #25D660. Grayscale: #6B6B6B. Windows color (decimal): -2479713 or 10430938. OLE color: 10430938.

HSL color Cylindrical-coordinate representation of color #DA299F: hue angle of 320º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA299F is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB21841159-
CMYK00.810.270.15
HSL320º70.52%50.78%-
HSV(B)320º81.19%85.49%-
XYZ35.9618.9934.57-
YUV107.38157.14206.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.15%
GREEN value IS 41 (16.41% from 255) = 9.81%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=52.15%
G=9.81%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184115900.810.270.1532070.5250.78
HexDA299F0511BF1404733
Octal332512370121331750010763
Binary1101101010100110011111010100011101111111010000001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA299F; }

 p { color: rgb(218,41,159); }

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

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

 a { background-color: rgb(218,41,159); }

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

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

 span { border-color: rgb(218,41,159); }

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