Html Css Color HEX #DA2E84 Deep Cerise

📋 copy color: '#DA2E84'

red 218 ◦ green 46 ◦ blue 132

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

Shades of Deep Cerise #DA2E84

Tints of Deep Cerise #DA2E84

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.62%

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

R = 55.05%
G = 11.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA2E84 (or 0xDA2E84) is known color: Deep Cerise. HEX triplet: DA, 2E and 84. RGB value is (218,46,132). Sum of RGB (Red+Green+Blue) = 218+46+132=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2E84 is #25D17B. Grayscale: #6B6B6B. Windows color (decimal): -2478460 or 8662746. OLE color: 8662746.

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

Color convert

RGB 218 46 132 -
CMYK 0 0.79 0.39 0.15
HSL 330º 0.7% 0.52% -
HSV(B) 330º 0.79% 0.85% -
XYZ 34.06 18.53 23.61 -
YUV 107.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 218 46 132 0 0.79 0.39 0.15 330 0.7 0.52
Hex DA 2E 84 0 4F 27 F 14A 46 34
Octal 332 56 204 0 117 47 17 512 106 64
Binary 11011010 101110 10000100 0 1001111 100111 1111 101001010 1000110 110100

Color Harmonies of #DA2E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2E84

Black with #DA2E84

Text Example


Text Example

White with #DA2E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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