#DA299E

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

Shades of Deep Cerise #DA299E

Tints of Deep Cerise #DA299E

Color information

#DA299E (or 0xDA299E) is unknown color: approx Deep Cerise. HEX triplet: DA, 29 and 9E. RGB value is (218,41,158). Sum of RGB (Red+Green+Blue) = 218+41+158=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA299E is #25D661. Grayscale: #6A6A6A. Windows color (decimal): -2479714 or 10365402. OLE color: 10365402.

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

Color convert

RGB21841158-
CMYK00.810.280.15
HSL320.34º70.52%50.78%-
HSV(B)320.34º81.19%85.49%-
XYZ35.8818.9634.12-
YUV107.26156.64206.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.28%
GREEN value IS 41 (16.41% from 255) = 9.83%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=52.28%
G=9.83%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184115800.810.280.15320.3470.5250.78
HexDA299E0511CF1404733
Octal332512360121341750010763
Binary1101101010100110011110010100011110011111010000001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA299E; }

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

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

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

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

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

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

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

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