Html Css Color HEX #DC359B Deep Cerise

📋 copy color: '#DC359B'

red 220 ◦ green 53 ◦ blue 155

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

Shades of Deep Cerise #DC359B

Tints of Deep Cerise #DC359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 51.4%
G = 12.38%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC359B (or 0xDC359B) is known color: Deep Cerise. HEX triplet: DC, 35 and 9B. RGB value is (220,53,155). Sum of RGB (Red+Green+Blue) = 220+53+155=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC359B is #23CA64. Grayscale: #727272. Windows color (decimal): -2345573 or 10171868. OLE color: 10171868.

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

Color convert

RGB 220 53 155 -
CMYK 0 0.76 0.30 0.14
HSL 323.35º 0.7% 0.54% -
HSV(B) 323.35º 0.76% 0.86% -
XYZ 36.7 20.13 32.96 -
YUV 114.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 220 53 155 0 0.76 0.30 0.14 323.35 0.7 0.54
Hex DC 35 9B 0 4C 1E E 143 46 36
Octal 334 65 233 0 114 36 16 503 106 66
Binary 11011100 110101 10011011 0 1001100 11110 1110 101000011 1000110 110110

Color Harmonies of #DC359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC359B

Black with #DC359B

Text Example


Text Example

White with #DC359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC359B; }

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

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

background-color css

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

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

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

border-color css

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

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

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