Html Css Color HEX #DC328D Deep Cerise

📋 copy color: '#DC328D'

red 220 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #DC328D

Tints of Deep Cerise #DC328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.17%

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

R = 53.53%
G = 12.17%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC328D (or 0xDC328D) is known color: Deep Cerise. HEX triplet: DC, 32 and 8D. RGB value is (220,50,141). Sum of RGB (Red+Green+Blue) = 220+50+141=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC328D is #23CD72. Grayscale: #6F6F6F. Windows color (decimal): -2346355 or 9253596. OLE color: 9253596.

HSL color Cylindrical-coordinate representation of color #DC328D: hue angle of 327.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC328D is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 141 -
CMYK 0 0.77 0.36 0.14
HSL 327.88º 0.71% 0.53% -
HSV(B) 327.88º 0.77% 0.86% -
XYZ 35.46 19.42 27.08 -
YUV 111.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 220 50 141 0 0.77 0.36 0.14 327.88 0.71 0.53
Hex DC 32 8D 0 4D 24 E 148 47 35
Octal 334 62 215 0 115 44 16 510 107 65
Binary 11011100 110010 10001101 0 1001101 100100 1110 101001000 1000111 110101

Color Harmonies of #DC328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC328D

Black with #DC328D

Text Example


Text Example

White with #DC328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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