#DA3986

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

Shades of Deep Cerise #DA3986

Tints of Deep Cerise #DA3986

Color information

#DA3986 (or 0xDA3986) is unknown color: approx Deep Cerise. HEX triplet: DA, 39 and 86. RGB value is (218,57,134). Sum of RGB (Red+Green+Blue) = 218+57+134=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3986 is #25C679. Grayscale: #717171. Windows color (decimal): -2475642 or 8796634. OLE color: 8796634.

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

Color convert

RGB21857134-
CMYK00.740.390.15
HSL331.3º68.51%53.92%-
HSV(B)331.3º73.85%85.49%-
XYZ34.6819.5524.5-
YUV113.92139.34202.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.30%
GREEN value IS 57 (22.66% from 255) = 13.94%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=53.30%
G=13.94%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185713400.740.390.15331.368.5153.92
HexDA398604A27F14b4536
Octal332712060112471751310566
Binary11011010111001100001100100101010011111111010010111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3986; }

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

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

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

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

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

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

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

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