Html Css Color HEX #DC357C Deep Cerise

📋 copy color: '#DC357C'

red 220 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #DC357C

Tints of Deep Cerise #DC357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.35%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 55.42%
G = 13.35%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC357C (or 0xDC357C) is known color: Deep Cerise. HEX triplet: DC, 35 and 7C. RGB value is (220,53,124). Sum of RGB (Red+Green+Blue) = 220+53+124=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC357C is #23CA83. Grayscale: #6E6E6E. Windows color (decimal): -2345604 or 8140252. OLE color: 8140252.

HSL color Cylindrical-coordinate representation of color #DC357C: hue angle of 334.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC357C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 124 -
CMYK 0 0.76 0.44 0.14
HSL 334.49º 0.7% 0.54% -
HSV(B) 334.49º 0.76% 0.86% -
XYZ 34.43 19.22 20.96 -
YUV 111.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 220 53 124 0 0.76 0.44 0.14 334.49 0.7 0.54
Hex DC 35 7C 0 4C 2C E 14E 46 36
Octal 334 65 174 0 114 54 16 516 106 66
Binary 11011100 110101 1111100 0 1001100 101100 1110 101001110 1000110 110110

Color Harmonies of #DC357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC357C

Black with #DC357C

Text Example


Text Example

White with #DC357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC357C; }

 p { color: rgb(220,53,124); }

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

background-color css

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

 a { background-color: rgb(220,53,124); }

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

border-color css

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

 span { border-color: rgb(220,53,124); }

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