Html Css Color HEX #DA2294 Deep Cerise

📋 copy color: '#DA2294'

red 218 ◦ green 34 ◦ blue 148

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

Shades of Deep Cerise #DA2294

Tints of Deep Cerise #DA2294

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.5%

 BLUE value IS 148 (58.2% from 255) = 37%

R = 54.5%
G = 8.5%
B = 37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA2294 (or 0xDA2294) is known color: Deep Cerise. HEX triplet: DA, 22 and 94. RGB value is (218,34,148). Sum of RGB (Red+Green+Blue) = 218+34+148=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2294 is #25DD6B. Grayscale: #656565. Windows color (decimal): -2481516 or 9708250. OLE color: 9708250.

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

Color convert

RGB 218 34 148 -
CMYK 0 0.84 0.32 0.15
HSL 322.83º 0.73% 0.49% -
HSV(B) 322.83º 0.84% 0.85% -
XYZ 34.83 18.19 29.69 -
YUV 102.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 218 34 148 0 0.84 0.32 0.15 322.83 0.73 0.49
Hex DA 22 94 0 54 20 F 143 49 31
Octal 332 42 224 0 124 40 17 503 111 61
Binary 11011010 100010 10010100 0 1010100 100000 1111 101000011 1001001 110001

Color Harmonies of #DA2294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2294

Black with #DA2294

Text Example


Text Example

White with #DA2294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2294; }

 p { color: rgb(218,34,148); }

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

background-color css

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

 a { background-color: rgb(218,34,148); }

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

border-color css

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

 span { border-color: rgb(218,34,148); }

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