Html Css Color HEX #DA2584 Deep Cerise

📋 copy color: '#DA2584'

red 218 ◦ green 37 ◦ blue 132

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

Shades of Deep Cerise #DA2584

Tints of Deep Cerise #DA2584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 56.33%
G = 9.56%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA2584 (or 0xDA2584) is known color: Deep Cerise. HEX triplet: DA, 25 and 84. RGB value is (218,37,132). Sum of RGB (Red+Green+Blue) = 218+37+132=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2584 is #25DA7B. Grayscale: #656565. Windows color (decimal): -2480764 or 8660442. OLE color: 8660442.

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

Color convert

RGB 218 37 132 -
CMYK 0 0.83 0.39 0.15
HSL 328.51º 0.71% 0.5% -
HSV(B) 328.51º 0.83% 0.85% -
XYZ 33.74 17.89 23.51 -
YUV 101.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 218 37 132 0 0.83 0.39 0.15 328.51 0.71 0.5
Hex DA 25 84 0 53 27 F 149 47 32
Octal 332 45 204 0 123 47 17 511 107 62
Binary 11011010 100101 10000100 0 1010011 100111 1111 101001001 1000111 110010

Color Harmonies of #DA2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2584

Black with #DA2584

Text Example


Text Example

White with #DA2584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2584; }

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

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

background-color css

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

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

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

border-color css

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

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

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