Html Css Color HEX #DA2984 Deep Cerise

📋 copy color: '#DA2984'

red 218 ◦ green 41 ◦ blue 132

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

Shades of Deep Cerise #DA2984

Tints of Deep Cerise #DA2984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.49%

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

R = 55.75%
G = 10.49%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA2984 (or 0xDA2984) is known color: Deep Cerise. HEX triplet: DA, 29 and 84. RGB value is (218,41,132). Sum of RGB (Red+Green+Blue) = 218+41+132=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2984 is #25D67B. Grayscale: #686868. Windows color (decimal): -2479740 or 8661466. OLE color: 8661466.

HSL color Cylindrical-coordinate representation of color #DA2984: hue angle of 329.15º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2984 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 132 -
CMYK 0 0.81 0.39 0.15
HSL 329.15º 0.71% 0.51% -
HSV(B) 329.15º 0.81% 0.85% -
XYZ 33.87 18.16 23.55 -
YUV 104.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 218 41 132 0 0.81 0.39 0.15 329.15 0.71 0.51
Hex DA 29 84 0 51 27 F 149 47 33
Octal 332 51 204 0 121 47 17 511 107 63
Binary 11011010 101001 10000100 0 1010001 100111 1111 101001001 1000111 110011

Color Harmonies of #DA2984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2984

Black with #DA2984

Text Example


Text Example

White with #DA2984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2984; }

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

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

background-color css

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

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

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

border-color css

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

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

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