Html Css Color HEX #DA2A81 Deep Cerise

📋 copy color: '#DA2A81'

red 218 ◦ green 42 ◦ blue 129

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

Shades of Deep Cerise #DA2A81

Tints of Deep Cerise #DA2A81

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.8%

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

R = 56.04%
G = 10.8%
B = 33.16%

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

#DA2A81 (or 0xDA2A81) is known color: Deep Cerise. HEX triplet: DA, 2A and 81. RGB value is (218,42,129). Sum of RGB (Red+Green+Blue) = 218+42+129=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2A81 is #25D57E. Grayscale: #686868. Windows color (decimal): -2479487 or 8465114. OLE color: 8465114.

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

Color convert

RGB 218 42 129 -
CMYK 0 0.81 0.41 0.15
HSL 330.34º 0.7% 0.51% -
HSV(B) 330.34º 0.81% 0.85% -
XYZ 33.7 18.15 22.5 -
YUV 104.54 141.81 208.93 -
System Red Green Blue C M Y K H S L
Decimal 218 42 129 0 0.81 0.41 0.15 330.34 0.7 0.51
Hex DA 2A 81 0 51 29 F 14A 46 33
Octal 332 52 201 0 121 51 17 512 106 63
Binary 11011010 101010 10000001 0 1010001 101001 1111 101001010 1000110 110011

Color Harmonies of #DA2A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2A81

Black with #DA2A81

Text Example


Text Example

White with #DA2A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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