Html Css Color HEX #DA2393 Deep Cerise

📋 copy color: '#DA2393'

red 218 ◦ green 35 ◦ blue 147

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

Shades of Deep Cerise #DA2393

Tints of Deep Cerise #DA2393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.75%

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

R = 54.5%
G = 8.75%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA2393 (or 0xDA2393) is known color: Deep Cerise. HEX triplet: DA, 23 and 93. RGB value is (218,35,147). Sum of RGB (Red+Green+Blue) = 218+35+147=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2393 is #25DC6C. Grayscale: #666666. Windows color (decimal): -2481261 or 9642970. OLE color: 9642970.

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

Color convert

RGB 218 35 147 -
CMYK 0 0.84 0.33 0.15
HSL 323.28º 0.72% 0.5% -
HSV(B) 323.28º 0.84% 0.85% -
XYZ 34.78 18.21 29.29 -
YUV 102.49 153.13 210.39 -
System Red Green Blue C M Y K H S L
Decimal 218 35 147 0 0.84 0.33 0.15 323.28 0.72 0.5
Hex DA 23 93 0 54 21 F 143 48 32
Octal 332 43 223 0 124 41 17 503 110 62
Binary 11011010 100011 10010011 0 1010100 100001 1111 101000011 1001000 110010

Color Harmonies of #DA2393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2393

Black with #DA2393

Text Example


Text Example

White with #DA2393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2393; }

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

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

background-color css

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

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

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

border-color css

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

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

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