Html Css Color HEX #DA2793 Deep Cerise

📋 copy color: '#DA2793'

red 218 ◦ green 39 ◦ blue 147

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

Shades of Deep Cerise #DA2793

Tints of Deep Cerise #DA2793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.65%

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

R = 53.96%
G = 9.65%
B = 36.39%

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

#DA2793 (or 0xDA2793) is known color: Deep Cerise. HEX triplet: DA, 27 and 93. RGB value is (218,39,147). Sum of RGB (Red+Green+Blue) = 218+39+147=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2793 is #25D86C. Grayscale: #686868. Windows color (decimal): -2480237 or 9643994. OLE color: 9643994.

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

Color convert

RGB 218 39 147 -
CMYK 0 0.82 0.33 0.15
HSL 323.8º 0.71% 0.5% -
HSV(B) 323.8º 0.82% 0.85% -
XYZ 34.91 18.46 29.33 -
YUV 104.83 151.8 208.72 -
System Red Green Blue C M Y K H S L
Decimal 218 39 147 0 0.82 0.33 0.15 323.8 0.71 0.5
Hex DA 27 93 0 52 21 F 144 47 32
Octal 332 47 223 0 122 41 17 504 107 62
Binary 11011010 100111 10010011 0 1010010 100001 1111 101000100 1000111 110010

Color Harmonies of #DA2793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2793

Black with #DA2793

Text Example


Text Example

White with #DA2793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2793; }

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

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

background-color css

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

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

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

border-color css

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

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

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