Html Css Color HEX #DA2774 Deep Cerise

📋 copy color: '#DA2774'

red 218 ◦ green 39 ◦ blue 116

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

Shades of Deep Cerise #DA2774

Tints of Deep Cerise #DA2774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.46%

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

R = 58.45%
G = 10.46%
B = 31.1%

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

#DA2774 (or 0xDA2774) is known color: Deep Cerise. HEX triplet: DA, 27 and 74. RGB value is (218,39,116). Sum of RGB (Red+Green+Blue) = 218+39+116=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2774 is #25D88B. Grayscale: #656565. Windows color (decimal): -2480268 or 7612378. OLE color: 7612378.

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

Color convert

RGB 218 39 116 -
CMYK 0 0.82 0.47 0.15
HSL 334.19º 0.71% 0.5% -
HSV(B) 334.19º 0.82% 0.85% -
XYZ 32.79 17.62 18.2 -
YUV 101.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 218 39 116 0 0.82 0.47 0.15 334.19 0.71 0.5
Hex DA 27 74 0 52 2F F 14E 47 32
Octal 332 47 164 0 122 57 17 516 107 62
Binary 11011010 100111 1110100 0 1010010 101111 1111 101001110 1000111 110010

Color Harmonies of #DA2774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2774

Black with #DA2774

Text Example


Text Example

White with #DA2774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2774; }

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

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

background-color css

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

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

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

border-color css

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

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

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