Html Css Color HEX #DA2881 Deep Cerise

📋 copy color: '#DA2881'

red 218 ◦ green 40 ◦ blue 129

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

Shades of Deep Cerise #DA2881

Tints of Deep Cerise #DA2881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.34%

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

R = 56.33%
G = 10.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA2881 (or 0xDA2881) is known color: Deep Cerise. HEX triplet: DA, 28 and 81. RGB value is (218,40,129). Sum of RGB (Red+Green+Blue) = 218+40+129=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2881 is #25D77E. Grayscale: #676767. Windows color (decimal): -2479999 or 8464602. OLE color: 8464602.

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

Color convert

RGB 218 40 129 -
CMYK 0 0.82 0.41 0.15
HSL 330º 0.71% 0.51% -
HSV(B) 330º 0.82% 0.85% -
XYZ 33.63 18.01 22.47 -
YUV 103.37 142.47 209.76 -
System Red Green Blue C M Y K H S L
Decimal 218 40 129 0 0.82 0.41 0.15 330 0.71 0.51
Hex DA 28 81 0 52 29 F 14A 47 33
Octal 332 50 201 0 122 51 17 512 107 63
Binary 11011010 101000 10000001 0 1010010 101001 1111 101001010 1000111 110011

Color Harmonies of #DA2881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2881

Black with #DA2881

Text Example


Text Example

White with #DA2881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2881; }

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

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

background-color css

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

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

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

border-color css

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

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

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