Html Css Color HEX #DC329E Deep Cerise

📋 copy color: '#DC329E'

red 220 ◦ green 50 ◦ blue 158

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

Shades of Deep Cerise #DC329E

Tints of Deep Cerise #DC329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 51.4%
G = 11.68%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC329E (or 0xDC329E) is known color: Deep Cerise. HEX triplet: DC, 32 and 9E. RGB value is (220,50,158). Sum of RGB (Red+Green+Blue) = 220+50+158=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC329E is #23CD61. Grayscale: #707070. Windows color (decimal): -2346338 or 10367708. OLE color: 10367708.

HSL color Cylindrical-coordinate representation of color #DC329E: hue angle of 321.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 #DC329E is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 158 -
CMYK 0 0.77 0.28 0.14
HSL 321.88º 0.71% 0.53% -
HSV(B) 321.88º 0.77% 0.86% -
XYZ 36.83 19.97 34.26 -
YUV 113.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 220 50 158 0 0.77 0.28 0.14 321.88 0.71 0.53
Hex DC 32 9E 0 4D 1C E 142 47 35
Octal 334 62 236 0 115 34 16 502 107 65
Binary 11011100 110010 10011110 0 1001101 11100 1110 101000010 1000111 110101

Color Harmonies of #DC329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC329E

Black with #DC329E

Text Example


Text Example

White with #DC329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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