Html Css Color HEX #DC2574 Deep Cerise

📋 copy color: '#DC2574'

red 220 ◦ green 37 ◦ blue 116

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

Shades of Deep Cerise #DC2574

Tints of Deep Cerise #DC2574

RGB

 RED value IS 220 (86.33% from 255) = 58.98%

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

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

R = 58.98%
G = 9.92%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC2574 (or 0xDC2574) is known color: Deep Cerise. HEX triplet: DC, 25 and 74. RGB value is (220,37,116). Sum of RGB (Red+Green+Blue) = 220+37+116=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2574 is #23DA8B. Grayscale: #646464. Windows color (decimal): -2349708 or 7611868. OLE color: 7611868.

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

Color convert

RGB 220 37 116 -
CMYK 0 0.83 0.47 0.14
HSL 334.1º 0.72% 0.5% -
HSV(B) 334.1º 0.83% 0.86% -
XYZ 33.33 17.8 18.2 -
YUV 100.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 220 37 116 0 0.83 0.47 0.14 334.1 0.72 0.5
Hex DC 25 74 0 53 2F E 14E 48 32
Octal 334 45 164 0 123 57 16 516 110 62
Binary 11011100 100101 1110100 0 1010011 101111 1110 101001110 1001000 110010

Color Harmonies of #DC2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2574

Black with #DC2574

Text Example


Text Example

White with #DC2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2574; }

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

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

background-color css

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

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

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

border-color css

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

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

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