Html Css Color HEX #DA1E84 Deep Cerise

📋 copy color: '#DA1E84'

red 218 ◦ green 30 ◦ blue 132

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

Shades of Deep Cerise #DA1E84

Tints of Deep Cerise #DA1E84

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.89%

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 57.37%
G = 7.89%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA1E84 (or 0xDA1E84) is known color: Deep Cerise. HEX triplet: DA, 1E and 84. RGB value is (218,30,132). Sum of RGB (Red+Green+Blue) = 218+30+132=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1E84 is #25E17B. Grayscale: #616161. Windows color (decimal): -2482556 or 8658650. OLE color: 8658650.

HSL color Cylindrical-coordinate representation of color #DA1E84: hue angle of 327.45º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1E84 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 30 132 -
CMYK 0 0.86 0.39 0.15
HSL 327.45º 0.76% 0.49% -
HSV(B) 327.45º 0.86% 0.85% -
XYZ 33.54 17.5 23.44 -
YUV 97.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 218 30 132 0 0.86 0.39 0.15 327.45 0.76 0.49
Hex DA 1E 84 0 56 27 F 147 4C 31
Octal 332 36 204 0 126 47 17 507 114 61
Binary 11011010 11110 10000100 0 1010110 100111 1111 101000111 1001100 110001

Color Harmonies of #DA1E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E84

Black with #DA1E84

Text Example


Text Example

White with #DA1E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E84; }

 p { color: rgb(218,30,132); }

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

background-color css

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

 a { background-color: rgb(218,30,132); }

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

border-color css

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

 span { border-color: rgb(218,30,132); }

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