Html Css Color HEX #DA2292 Deep Cerise

📋 copy color: '#DA2292'

red 218 ◦ green 34 ◦ blue 146

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

Shades of Deep Cerise #DA2292

Tints of Deep Cerise #DA2292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 54.77%
G = 8.54%
B = 36.68%

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

#DA2292 (or 0xDA2292) is known color: Deep Cerise. HEX triplet: DA, 22 and 92. RGB value is (218,34,146). Sum of RGB (Red+Green+Blue) = 218+34+146=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2292 is #25DD6D. Grayscale: #656565. Windows color (decimal): -2481518 or 9577178. OLE color: 9577178.

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

Color convert

RGB 218 34 146 -
CMYK 0 0.84 0.33 0.15
HSL 323.48º 0.73% 0.49% -
HSV(B) 323.48º 0.84% 0.85% -
XYZ 34.67 18.12 28.87 -
YUV 101.78 152.96 210.89 -
System Red Green Blue C M Y K H S L
Decimal 218 34 146 0 0.84 0.33 0.15 323.48 0.73 0.49
Hex DA 22 92 0 54 21 F 143 49 31
Octal 332 42 222 0 124 41 17 503 111 61
Binary 11011010 100010 10010010 0 1010100 100001 1111 101000011 1001001 110001

Color Harmonies of #DA2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2292

Black with #DA2292

Text Example


Text Example

White with #DA2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2292; }

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

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

background-color css

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

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

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

border-color css

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

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

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