Html Css Color HEX #DC358A Deep Cerise

📋 copy color: '#DC358A'

red 220 ◦ green 53 ◦ blue 138

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

Shades of Deep Cerise #DC358A

Tints of Deep Cerise #DC358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 53.53%
G = 12.9%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC358A (or 0xDC358A) is known color: Deep Cerise. HEX triplet: DC, 35 and 8A. RGB value is (220,53,138). Sum of RGB (Red+Green+Blue) = 220+53+138=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC358A is #23CA75. Grayscale: #707070. Windows color (decimal): -2345590 or 9057756. OLE color: 9057756.

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

Color convert

RGB 220 53 138 -
CMYK 0 0.76 0.37 0.14
HSL 329.46º 0.7% 0.54% -
HSV(B) 329.46º 0.76% 0.86% -
XYZ 35.38 19.6 25.96 -
YUV 112.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 220 53 138 0 0.76 0.37 0.14 329.46 0.7 0.54
Hex DC 35 8A 0 4C 25 E 149 46 36
Octal 334 65 212 0 114 45 16 511 106 66
Binary 11011100 110101 10001010 0 1001100 100101 1110 101001001 1000110 110110

Color Harmonies of #DC358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC358A

Black with #DC358A

Text Example


Text Example

White with #DC358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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