#DA4182

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

Shades of Deep Cerise #DA4182

Tints of Deep Cerise #DA4182

Color information

#DA4182 (or 0xDA4182) is unknown color: approx Deep Cerise. HEX triplet: DA, 41 and 82. RGB value is (218,65,130). Sum of RGB (Red+Green+Blue) = 218+65+130=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4182 is #25BE7D. Grayscale: #767676. Windows color (decimal): -2473598 or 8536538. OLE color: 8536538.

HSL color Cylindrical-coordinate representation of color #DA4182: hue angle of 334.51º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4182 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB21865130-
CMYK00.700.400.15
HSL334.51º67.4%55.49%-
HSV(B)334.51º70.18%85.49%-
XYZ34.8320.323.2-
YUV118.16134.69199.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.78%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=52.78%
G=15.74%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186513000.700.400.15334.5167.455.49
HexDA418204628F14f4337
Octal3321012020106501751710367
Binary110110101000001100000100100011010100011111010011111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4182; }

 p { color: rgb(218,65,130); }

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

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

 a { background-color: rgb(218,65,130); }

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

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

 span { border-color: rgb(218,65,130); }

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