Html Css Color HEX #DC329C Deep Cerise

📋 copy color: '#DC329C'

red 220 ◦ green 50 ◦ blue 156

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

Shades of Deep Cerise #DC329C

Tints of Deep Cerise #DC329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 51.64%
G = 11.74%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC329C (or 0xDC329C) is known color: Deep Cerise. HEX triplet: DC, 32 and 9C. RGB value is (220,50,156). Sum of RGB (Red+Green+Blue) = 220+50+156=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC329C is #23CD63. Grayscale: #707070. Windows color (decimal): -2346340 or 10236636. OLE color: 10236636.

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

Color convert

RGB 220 50 156 -
CMYK 0 0.77 0.29 0.14
HSL 322.59º 0.71% 0.53% -
HSV(B) 322.59º 0.77% 0.86% -
XYZ 36.66 19.9 33.36 -
YUV 112.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 220 50 156 0 0.77 0.29 0.14 322.59 0.71 0.53
Hex DC 32 9C 0 4D 1D E 143 47 35
Octal 334 62 234 0 115 35 16 503 107 65
Binary 11011100 110010 10011100 0 1001101 11101 1110 101000011 1000111 110101

Color Harmonies of #DC329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC329C

Black with #DC329C

Text Example


Text Example

White with #DC329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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