Html Css Color HEX #DA2389 Deep Cerise

📋 copy color: '#DA2389'

red 218 ◦ green 35 ◦ blue 137

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

Shades of Deep Cerise #DA2389

Tints of Deep Cerise #DA2389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.13%

R = 55.9%
G = 8.97%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA2389 (or 0xDA2389) is known color: Deep Cerise. HEX triplet: DA, 23 and 89. RGB value is (218,35,137). Sum of RGB (Red+Green+Blue) = 218+35+137=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2389 is #25DC76. Grayscale: #656565. Windows color (decimal): -2481271 or 8987610. OLE color: 8987610.

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

Color convert

RGB 218 35 137 -
CMYK 0 0.84 0.37 0.15
HSL 326.56º 0.72% 0.5% -
HSV(B) 326.56º 0.84% 0.85% -
XYZ 34.03 17.91 25.33 -
YUV 101.35 148.13 211.21 -
System Red Green Blue C M Y K H S L
Decimal 218 35 137 0 0.84 0.37 0.15 326.56 0.72 0.5
Hex DA 23 89 0 54 25 F 147 48 32
Octal 332 43 211 0 124 45 17 507 110 62
Binary 11011010 100011 10001001 0 1010100 100101 1111 101000111 1001000 110010

Color Harmonies of #DA2389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2389

Black with #DA2389

Text Example


Text Example

White with #DA2389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2389; }

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

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

background-color css

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

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

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

border-color css

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

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

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