Html Css Color HEX #DA2483 Deep Cerise

📋 copy color: '#DA2483'

red 218 ◦ green 36 ◦ blue 131

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

Shades of Deep Cerise #DA2483

Tints of Deep Cerise #DA2483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.35%

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

R = 56.62%
G = 9.35%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA2483 (or 0xDA2483) is known color: Deep Cerise. HEX triplet: DA, 24 and 83. RGB value is (218,36,131). Sum of RGB (Red+Green+Blue) = 218+36+131=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2483 is #25DB7C. Grayscale: #656565. Windows color (decimal): -2481021 or 8594650. OLE color: 8594650.

HSL color Cylindrical-coordinate representation of color #DA2483: hue angle of 328.68º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2483 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 36 131 -
CMYK 0 0.83 0.40 0.15
HSL 328.68º 0.72% 0.5% -
HSV(B) 328.68º 0.83% 0.85% -
XYZ 33.64 17.81 23.14 -
YUV 101.25 144.8 211.28 -
System Red Green Blue C M Y K H S L
Decimal 218 36 131 0 0.83 0.40 0.15 328.68 0.72 0.5
Hex DA 24 83 0 53 28 F 149 48 32
Octal 332 44 203 0 123 50 17 511 110 62
Binary 11011010 100100 10000011 0 1010011 101000 1111 101001001 1001000 110010

Color Harmonies of #DA2483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2483

Black with #DA2483

Text Example


Text Example

White with #DA2483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2483; }

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

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

background-color css

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

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

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

border-color css

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

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

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