Html Css Color HEX #DA2174 Deep Cerise

📋 copy color: '#DA2174'

red 218 ◦ green 33 ◦ blue 116

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

Shades of Deep Cerise #DA2174

Tints of Deep Cerise #DA2174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

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

R = 59.4%
G = 8.99%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA2174 (or 0xDA2174) is known color: Deep Cerise. HEX triplet: DA, 21 and 74. RGB value is (218,33,116). Sum of RGB (Red+Green+Blue) = 218+33+116=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2174 is #25DE8B. Grayscale: #616161. Windows color (decimal): -2481804 or 7610842. OLE color: 7610842.

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

Color convert

RGB 218 33 116 -
CMYK 0 0.85 0.47 0.15
HSL 333.08º 0.74% 0.49% -
HSV(B) 333.08º 0.85% 0.85% -
XYZ 32.61 17.25 18.13 -
YUV 97.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 218 33 116 0 0.85 0.47 0.15 333.08 0.74 0.49
Hex DA 21 74 0 55 2F F 14D 4A 31
Octal 332 41 164 0 125 57 17 515 112 61
Binary 11011010 100001 1110100 0 1010101 101111 1111 101001101 1001010 110001

Color Harmonies of #DA2174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2174

Black with #DA2174

Text Example


Text Example

White with #DA2174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2174; }

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

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

background-color css

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

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

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

border-color css

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

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

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