Html Css Color HEX #DA2390 Deep Cerise

📋 copy color: '#DA2390'

red 218 ◦ green 35 ◦ blue 144

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

Shades of Deep Cerise #DA2390

Tints of Deep Cerise #DA2390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 54.91%
G = 8.82%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA2390 (or 0xDA2390) is known color: Deep Cerise. HEX triplet: DA, 23 and 90. RGB value is (218,35,144). Sum of RGB (Red+Green+Blue) = 218+35+144=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2390 is #25DC6F. Grayscale: #656565. Windows color (decimal): -2481264 or 9446362. OLE color: 9446362.

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

Color convert

RGB 218 35 144 -
CMYK 0 0.84 0.34 0.15
HSL 324.26º 0.72% 0.5% -
HSV(B) 324.26º 0.84% 0.85% -
XYZ 34.55 18.12 28.06 -
YUV 102.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 218 35 144 0 0.84 0.34 0.15 324.26 0.72 0.5
Hex DA 23 90 0 54 22 F 144 48 32
Octal 332 43 220 0 124 42 17 504 110 62
Binary 11011010 100011 10010000 0 1010100 100010 1111 101000100 1001000 110010

Color Harmonies of #DA2390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2390

Black with #DA2390

Text Example


Text Example

White with #DA2390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2390; }

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

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

background-color css

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

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

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

border-color css

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

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

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