Html Css Color HEX #DA2EA8 Deep Cerise

📋 copy color: '#DA2EA8'

red 218 ◦ green 46 ◦ blue 168

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

Shades of Deep Cerise #DA2EA8

Tints of Deep Cerise #DA2EA8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.65%

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

R = 50.46%
G = 10.65%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA2EA8 (or 0xDA2EA8) is known color: Deep Cerise. HEX triplet: DA, 2E and A8. RGB value is (218,46,168). Sum of RGB (Red+Green+Blue) = 218+46+168=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2EA8 is #25D157. Grayscale: #6F6F6F. Windows color (decimal): -2478424 or 11022042. OLE color: 11022042.

HSL color Cylindrical-coordinate representation of color #DA2EA8: hue angle of 317.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2EA8 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 46 168 -
CMYK 0 0.79 0.23 0.15
HSL 317.44º 0.7% 0.52% -
HSV(B) 317.44º 0.79% 0.85% -
XYZ 36.96 19.69 38.9 -
YUV 111.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 218 46 168 0 0.79 0.23 0.15 317.44 0.7 0.52
Hex DA 2E A8 0 4F 17 F 13D 46 34
Octal 332 56 250 0 117 27 17 475 106 64
Binary 11011010 101110 10101000 0 1001111 10111 1111 100111101 1000110 110100

Color Harmonies of #DA2EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2EA8

Black with #DA2EA8

Text Example


Text Example

White with #DA2EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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