Html Css Color HEX #DA2893 Deep Cerise

📋 copy color: '#DA2893'

red 218 ◦ green 40 ◦ blue 147

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

Shades of Deep Cerise #DA2893

Tints of Deep Cerise #DA2893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 53.83%
G = 9.88%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA2893 (or 0xDA2893) is known color: Deep Cerise. HEX triplet: DA, 28 and 93. RGB value is (218,40,147). Sum of RGB (Red+Green+Blue) = 218+40+147=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2893 is #25D76C. Grayscale: #696969. Windows color (decimal): -2479981 or 9644250. OLE color: 9644250.

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

Color convert

RGB 218 40 147 -
CMYK 0 0.82 0.33 0.15
HSL 323.93º 0.71% 0.51% -
HSV(B) 323.93º 0.82% 0.85% -
XYZ 34.94 18.53 29.34 -
YUV 105.42 151.47 208.3 -
System Red Green Blue C M Y K H S L
Decimal 218 40 147 0 0.82 0.33 0.15 323.93 0.71 0.51
Hex DA 28 93 0 52 21 F 144 47 33
Octal 332 50 223 0 122 41 17 504 107 63
Binary 11011010 101000 10010011 0 1010010 100001 1111 101000100 1000111 110011

Color Harmonies of #DA2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2893

Black with #DA2893

Text Example


Text Example

White with #DA2893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2893; }

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

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

background-color css

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

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

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

border-color css

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

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

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