Html Css Color HEX #DA2981 Deep Cerise

📋 copy color: '#DA2981'

red 218 ◦ green 41 ◦ blue 129

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

Shades of Deep Cerise #DA2981

Tints of Deep Cerise #DA2981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 56.19%
G = 10.57%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA2981 (or 0xDA2981) is known color: Deep Cerise. HEX triplet: DA, 29 and 81. RGB value is (218,41,129). Sum of RGB (Red+Green+Blue) = 218+41+129=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2981 is #25D67E. Grayscale: #676767. Windows color (decimal): -2479743 or 8464858. OLE color: 8464858.

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

Color convert

RGB 218 41 129 -
CMYK 0 0.81 0.41 0.15
HSL 330.17º 0.71% 0.51% -
HSV(B) 330.17º 0.81% 0.85% -
XYZ 33.67 18.08 22.48 -
YUV 103.96 142.14 209.34 -
System Red Green Blue C M Y K H S L
Decimal 218 41 129 0 0.81 0.41 0.15 330.17 0.71 0.51
Hex DA 29 81 0 51 29 F 14A 47 33
Octal 332 51 201 0 121 51 17 512 107 63
Binary 11011010 101001 10000001 0 1010001 101001 1111 101001010 1000111 110011

Color Harmonies of #DA2981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2981

Black with #DA2981

Text Example


Text Example

White with #DA2981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2981; }

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

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

background-color css

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

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

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

border-color css

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

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

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