Html Css Color HEX #DA2491 Deep Cerise

📋 copy color: '#DA2491'

red 218 ◦ green 36 ◦ blue 145

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

Shades of Deep Cerise #DA2491

Tints of Deep Cerise #DA2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.02%

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

R = 54.64%
G = 9.02%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA2491 (or 0xDA2491) is known color: Deep Cerise. HEX triplet: DA, 24 and 91. RGB value is (218,36,145). Sum of RGB (Red+Green+Blue) = 218+36+145=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2491 is #25DB6E. Grayscale: #666666. Windows color (decimal): -2481007 or 9512154. OLE color: 9512154.

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

Color convert

RGB 218 36 145 -
CMYK 0 0.83 0.33 0.15
HSL 324.07º 0.72% 0.5% -
HSV(B) 324.07º 0.83% 0.85% -
XYZ 34.66 18.21 28.48 -
YUV 102.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 218 36 145 0 0.83 0.33 0.15 324.07 0.72 0.5
Hex DA 24 91 0 53 21 F 144 48 32
Octal 332 44 221 0 123 41 17 504 110 62
Binary 11011010 100100 10010001 0 1010011 100001 1111 101000100 1001000 110010

Color Harmonies of #DA2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2491

Black with #DA2491

Text Example


Text Example

White with #DA2491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2491; }

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

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

background-color css

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

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

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

border-color css

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

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

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