#DA3D99

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

Shades of Deep Cerise #DA3D99

Tints of Deep Cerise #DA3D99

Color information

#DA3D99 (or 0xDA3D99) is unknown color: approx Deep Cerise. HEX triplet: DA, 3D and 99. RGB value is (218,61,153). Sum of RGB (Red+Green+Blue) = 218+61+153=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3D99 is #25C266. Grayscale: #767676. Windows color (decimal): -2474599 or 10042842. OLE color: 10042842.

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

Color convert

RGB21861153-
CMYK00.720.300.15
HSL324.84º67.97%54.71%-
HSV(B)324.84º72.02%85.49%-
XYZ36.3320.5432.19-
YUV118.43147.51199.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.46%
GREEN value IS 61 (24.22% from 255) = 14.12%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=50.46%
G=14.12%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186115300.720.300.15324.8467.9754.71
HexDA3D990481EF1454437
Octal332752310110361750510467
Binary1101101011110110011001010010001111011111010001011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3D99; }

 p { color: rgb(218,61,153); }

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

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

 a { background-color: rgb(218,61,153); }

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

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

 span { border-color: rgb(218,61,153); }

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