Html Css Color HEX #DA3591 Deep Cerise

📋 copy color: '#DA3591'

red 218 ◦ green 53 ◦ blue 145

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

Shades of Deep Cerise #DA3591

Tints of Deep Cerise #DA3591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.74%

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

R = 52.4%
G = 12.74%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3591 (or 0xDA3591) is known color: Deep Cerise. HEX triplet: DA, 35 and 91. RGB value is (218,53,145). Sum of RGB (Red+Green+Blue) = 218+53+145=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3591 is #25CA6E. Grayscale: #707070. Windows color (decimal): -2476655 or 9516506. OLE color: 9516506.

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

Color convert

RGB 218 53 145 -
CMYK 0 0.76 0.33 0.15
HSL 326.55º 0.69% 0.53% -
HSV(B) 326.55º 0.76% 0.85% -
XYZ 35.3 19.5 28.69 -
YUV 112.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 218 53 145 0 0.76 0.33 0.15 326.55 0.69 0.53
Hex DA 35 91 0 4C 21 F 147 45 35
Octal 332 65 221 0 114 41 17 507 105 65
Binary 11011010 110101 10010001 0 1001100 100001 1111 101000111 1000101 110101

Color Harmonies of #DA3591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3591

Black with #DA3591

Text Example


Text Example

White with #DA3591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3591; }

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

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

background-color css

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

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

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

border-color css

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

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

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