Html Css Color HEX #DA2983 Deep Cerise

📋 copy color: '#DA2983'

red 218 ◦ green 41 ◦ blue 131

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

Shades of Deep Cerise #DA2983

Tints of Deep Cerise #DA2983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.59%

R = 55.9%
G = 10.51%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA2983 (or 0xDA2983) is known color: Deep Cerise. HEX triplet: DA, 29 and 83. RGB value is (218,41,131). Sum of RGB (Red+Green+Blue) = 218+41+131=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2983 is #25D67C. Grayscale: #676767. Windows color (decimal): -2479741 or 8595930. OLE color: 8595930.

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

Color convert

RGB 218 41 131 -
CMYK 0 0.81 0.40 0.15
HSL 329.49º 0.71% 0.51% -
HSV(B) 329.49º 0.81% 0.85% -
XYZ 33.8 18.13 23.19 -
YUV 104.18 143.14 209.18 -
System Red Green Blue C M Y K H S L
Decimal 218 41 131 0 0.81 0.40 0.15 329.49 0.71 0.51
Hex DA 29 83 0 51 28 F 149 47 33
Octal 332 51 203 0 121 50 17 511 107 63
Binary 11011010 101001 10000011 0 1010001 101000 1111 101001001 1000111 110011

Color Harmonies of #DA2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2983

Black with #DA2983

Text Example


Text Example

White with #DA2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2983; }

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

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

background-color css

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

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

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

border-color css

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

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

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