Html Css Color HEX #DA2AA8 Deep Cerise

📋 copy color: '#DA2AA8'

red 218 ◦ green 42 ◦ blue 168

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

Shades of Deep Cerise #DA2AA8

Tints of Deep Cerise #DA2AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.25%

R = 50.93%
G = 9.81%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA2AA8 (or 0xDA2AA8) is known color: Deep Cerise. HEX triplet: DA, 2A and A8. RGB value is (218,42,168). Sum of RGB (Red+Green+Blue) = 218+42+168=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2AA8 is #25D557. Grayscale: #6C6C6C. Windows color (decimal): -2479448 or 11021018. OLE color: 11021018.

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

Color convert

RGB 218 42 168 -
CMYK 0 0.81 0.23 0.15
HSL 317.05º 0.7% 0.51% -
HSV(B) 317.05º 0.81% 0.85% -
XYZ 36.81 19.39 38.85 -
YUV 108.99 161.31 205.75 -
System Red Green Blue C M Y K H S L
Decimal 218 42 168 0 0.81 0.23 0.15 317.05 0.7 0.51
Hex DA 2A A8 0 51 17 F 13D 46 33
Octal 332 52 250 0 121 27 17 475 106 63
Binary 11011010 101010 10101000 0 1010001 10111 1111 100111101 1000110 110011

Color Harmonies of #DA2AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2AA8

Black with #DA2AA8

Text Example


Text Example

White with #DA2AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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