Html Css Color HEX #DC2374 Deep Cerise

📋 copy color: '#DC2374'

red 220 ◦ green 35 ◦ blue 116

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

Shades of Deep Cerise #DC2374

Tints of Deep Cerise #DC2374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 59.3%
G = 9.43%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC2374 (or 0xDC2374) is known color: Deep Cerise. HEX triplet: DC, 23 and 74. RGB value is (220,35,116). Sum of RGB (Red+Green+Blue) = 220+35+116=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2374 is #23DC8B. Grayscale: #636363. Windows color (decimal): -2350220 or 7611356. OLE color: 7611356.

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

Color convert

RGB 220 35 116 -
CMYK 0 0.84 0.47 0.14
HSL 333.73º 0.73% 0.5% -
HSV(B) 333.73º 0.84% 0.86% -
XYZ 33.27 17.68 18.18 -
YUV 99.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 220 35 116 0 0.84 0.47 0.14 333.73 0.73 0.5
Hex DC 23 74 0 54 2F E 14E 49 32
Octal 334 43 164 0 124 57 16 516 111 62
Binary 11011100 100011 1110100 0 1010100 101111 1110 101001110 1001001 110010

Color Harmonies of #DC2374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2374

Black with #DC2374

Text Example


Text Example

White with #DC2374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2374; }

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

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

background-color css

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

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

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

border-color css

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

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

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