Html Css Color HEX #DA2574 Deep Cerise

📋 copy color: '#DA2574'

red 218 ◦ green 37 ◦ blue 116

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

Shades of Deep Cerise #DA2574

Tints of Deep Cerise #DA2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.97%

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

R = 58.76%
G = 9.97%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA2574 (or 0xDA2574) is known color: Deep Cerise. HEX triplet: DA, 25 and 74. RGB value is (218,37,116). Sum of RGB (Red+Green+Blue) = 218+37+116=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2574 is #25DA8B. Grayscale: #636363. Windows color (decimal): -2480780 or 7611866. OLE color: 7611866.

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

Color convert

RGB 218 37 116 -
CMYK 0 0.83 0.47 0.15
HSL 333.81º 0.71% 0.5% -
HSV(B) 333.81º 0.83% 0.85% -
XYZ 32.73 17.49 18.17 -
YUV 100.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 218 37 116 0 0.83 0.47 0.15 333.81 0.71 0.5
Hex DA 25 74 0 53 2F F 14E 47 32
Octal 332 45 164 0 123 57 17 516 107 62
Binary 11011010 100101 1110100 0 1010011 101111 1111 101001110 1000111 110010

Color Harmonies of #DA2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2574

Black with #DA2574

Text Example


Text Example

White with #DA2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2574; }

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

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

background-color css

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

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

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

border-color css

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

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

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