Html Css Color HEX #DA2992 Deep Cerise

📋 copy color: '#DA2992'

red 218 ◦ green 41 ◦ blue 146

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

Shades of Deep Cerise #DA2992

Tints of Deep Cerise #DA2992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.12%

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

R = 53.83%
G = 10.12%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA2992 (or 0xDA2992) is known color: Deep Cerise. HEX triplet: DA, 29 and 92. RGB value is (218,41,146). Sum of RGB (Red+Green+Blue) = 218+41+146=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2992 is #25D66D. Grayscale: #696969. Windows color (decimal): -2479726 or 9578970. OLE color: 9578970.

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

Color convert

RGB 218 41 146 -
CMYK 0 0.81 0.33 0.15
HSL 324.41º 0.71% 0.51% -
HSV(B) 324.41º 0.81% 0.85% -
XYZ 34.89 18.57 28.94 -
YUV 105.89 150.64 207.96 -
System Red Green Blue C M Y K H S L
Decimal 218 41 146 0 0.81 0.33 0.15 324.41 0.71 0.51
Hex DA 29 92 0 51 21 F 144 47 33
Octal 332 51 222 0 121 41 17 504 107 63
Binary 11011010 101001 10010010 0 1010001 100001 1111 101000100 1000111 110011

Color Harmonies of #DA2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2992

Black with #DA2992

Text Example


Text Example

White with #DA2992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2992; }

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

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

background-color css

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

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

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

border-color css

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

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

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