Html Css Color HEX #DA3991 Deep Cerise

📋 copy color: '#DA3991'

red 218 ◦ green 57 ◦ blue 145

#DA3991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DA3991

Tints of Deep Cerise #DA3991

RGB

 RED value IS 218 (85.55% from 255) = 51.9%

 GREEN value IS 57 (22.66% from 255) = 13.57%

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 51.9%
G = 13.57%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3991 (or 0xDA3991) is known color: Deep Cerise. HEX triplet: DA, 39 and 91. RGB value is (218,57,145). Sum of RGB (Red+Green+Blue) = 218+57+145=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3991 is #25C66E. Grayscale: #727272. Windows color (decimal): -2475631 or 9517530. OLE color: 9517530.

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

Color convert

RGB 218 57 145 -
CMYK 0 0.74 0.33 0.15
HSL 327.21º 0.69% 0.54% -
HSV(B) 327.21º 0.74% 0.85% -
XYZ 35.49 19.88 28.75 -
YUV 115.17 144.84 201.34 -
System Red Green Blue C M Y K H S L
Decimal 218 57 145 0 0.74 0.33 0.15 327.21 0.69 0.54
Hex DA 39 91 0 4A 21 F 147 45 36
Octal 332 71 221 0 112 41 17 507 105 66
Binary 11011010 111001 10010001 0 1001010 100001 1111 101000111 1000101 110110

Color Harmonies of #DA3991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3991

Black with #DA3991

Text Example


Text Example

White with #DA3991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3991; }

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

 H1.HeaderClassName
 {
   color: #DA3991;
 }
 .AnyTagClassName
 {
   color: #DA3991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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