Html Css Color HEX #DA2892 Deep Cerise

📋 copy color: '#DA2892'

red 218 ◦ green 40 ◦ blue 146

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

Shades of Deep Cerise #DA2892

Tints of Deep Cerise #DA2892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.9%

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

R = 53.96%
G = 9.9%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA2892 (or 0xDA2892) is known color: Deep Cerise. HEX triplet: DA, 28 and 92. RGB value is (218,40,146). Sum of RGB (Red+Green+Blue) = 218+40+146=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2892 is #25D76D. Grayscale: #696969. Windows color (decimal): -2479982 or 9578714. OLE color: 9578714.

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

Color convert

RGB 218 40 146 -
CMYK 0 0.82 0.33 0.15
HSL 324.27º 0.71% 0.51% -
HSV(B) 324.27º 0.82% 0.85% -
XYZ 34.86 18.5 28.93 -
YUV 105.31 150.97 208.38 -
System Red Green Blue C M Y K H S L
Decimal 218 40 146 0 0.82 0.33 0.15 324.27 0.71 0.51
Hex DA 28 92 0 52 21 F 144 47 33
Octal 332 50 222 0 122 41 17 504 107 63
Binary 11011010 101000 10010010 0 1010010 100001 1111 101000100 1000111 110011

Color Harmonies of #DA2892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2892

Black with #DA2892

Text Example


Text Example

White with #DA2892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2892; }

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

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

background-color css

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

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

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

border-color css

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

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

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