Html Css Color HEX #DC358D Deep Cerise

📋 copy color: '#DC358D'

red 220 ◦ green 53 ◦ blue 141

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

Shades of Deep Cerise #DC358D

Tints of Deep Cerise #DC358D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 53.14%
G = 12.8%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC358D (or 0xDC358D) is known color: Deep Cerise. HEX triplet: DC, 35 and 8D. RGB value is (220,53,141). Sum of RGB (Red+Green+Blue) = 220+53+141=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC358D is #23CA72. Grayscale: #707070. Windows color (decimal): -2345587 or 9254364. OLE color: 9254364.

HSL color Cylindrical-coordinate representation of color #DC358D: hue angle of 328.38º 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 #DC358D is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 141 -
CMYK 0 0.76 0.36 0.14
HSL 328.38º 0.7% 0.54% -
HSV(B) 328.38º 0.76% 0.86% -
XYZ 35.6 19.68 27.12 -
YUV 112.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 220 53 141 0 0.76 0.36 0.14 328.38 0.7 0.54
Hex DC 35 8D 0 4C 24 E 148 46 36
Octal 334 65 215 0 114 44 16 510 106 66
Binary 11011100 110101 10001101 0 1001100 100100 1110 101001000 1000110 110110

Color Harmonies of #DC358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC358D

Black with #DC358D

Text Example


Text Example

White with #DC358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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