#DA3998

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

Shades of Deep Cerise #DA3998

Tints of Deep Cerise #DA3998

Color information

#DA3998 (or 0xDA3998) is unknown color: approx Deep Cerise. HEX triplet: DA, 39 and 98. RGB value is (218,57,152). Sum of RGB (Red+Green+Blue) = 218+57+152=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3998 is #25C667. Grayscale: #737373. Windows color (decimal): -2475624 or 9976282. OLE color: 9976282.

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

Color convert

RGB21857152-
CMYK00.740.300.15
HSL324.6º68.51%53.92%-
HSV(B)324.6º73.85%85.49%-
XYZ36.0420.131.69-
YUV115.97148.34200.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.05%
GREEN value IS 57 (22.66% from 255) = 13.35%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=51.05%
G=13.35%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185715200.740.300.15324.668.5153.92
HexDA399804A1EF1454536
Octal332712300112361750510566
Binary1101101011100110011000010010101111011111010001011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3998; }

 p { color: rgb(218,57,152); }

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

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

 a { background-color: rgb(218,57,152); }

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

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

 span { border-color: rgb(218,57,152); }

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