Html Css Color HEX #DA2874 Deep Cerise

📋 copy color: '#DA2874'

red 218 ◦ green 40 ◦ blue 116

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

Shades of Deep Cerise #DA2874

Tints of Deep Cerise #DA2874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.7%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 58.29%
G = 10.7%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA2874 (or 0xDA2874) is known color: Deep Cerise. HEX triplet: DA, 28 and 74. RGB value is (218,40,116). Sum of RGB (Red+Green+Blue) = 218+40+116=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2874 is #25D78B. Grayscale: #656565. Windows color (decimal): -2480012 or 7612634. OLE color: 7612634.

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

Color convert

RGB 218 40 116 -
CMYK 0 0.82 0.47 0.15
HSL 334.38º 0.71% 0.51% -
HSV(B) 334.38º 0.82% 0.85% -
XYZ 32.82 17.68 18.21 -
YUV 101.89 135.97 210.82 -
System Red Green Blue C M Y K H S L
Decimal 218 40 116 0 0.82 0.47 0.15 334.38 0.71 0.51
Hex DA 28 74 0 52 2F F 14E 47 33
Octal 332 50 164 0 122 57 17 516 107 63
Binary 11011010 101000 1110100 0 1010010 101111 1111 101001110 1000111 110011

Color Harmonies of #DA2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2874

Black with #DA2874

Text Example


Text Example

White with #DA2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2874; }

 p { color: rgb(218,40,116); }

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

background-color css

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

 a { background-color: rgb(218,40,116); }

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

border-color css

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

 span { border-color: rgb(218,40,116); }

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