Html Css Color HEX #DA2591 Deep Cerise

📋 copy color: '#DA2591'

red 218 ◦ green 37 ◦ blue 145

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

Shades of Deep Cerise #DA2591

Tints of Deep Cerise #DA2591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.25%

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

R = 54.5%
G = 9.25%
B = 36.25%

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

#DA2591 (or 0xDA2591) is known color: Deep Cerise. HEX triplet: DA, 25 and 91. RGB value is (218,37,145). Sum of RGB (Red+Green+Blue) = 218+37+145=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2591 is #25DA6E. Grayscale: #676767. Windows color (decimal): -2480751 or 9512410. OLE color: 9512410.

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

Color convert

RGB 218 37 145 -
CMYK 0 0.83 0.33 0.15
HSL 324.2º 0.71% 0.5% -
HSV(B) 324.2º 0.83% 0.85% -
XYZ 34.69 18.27 28.49 -
YUV 103.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 218 37 145 0 0.83 0.33 0.15 324.2 0.71 0.5
Hex DA 25 91 0 53 21 F 144 47 32
Octal 332 45 221 0 123 41 17 504 107 62
Binary 11011010 100101 10010001 0 1010011 100001 1111 101000100 1000111 110010

Color Harmonies of #DA2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2591

Black with #DA2591

Text Example


Text Example

White with #DA2591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2591; }

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

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

background-color css

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

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

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

border-color css

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

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

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