Html Css Color HEX #DC329F Deep Cerise

📋 copy color: '#DC329F'

red 220 ◦ green 50 ◦ blue 159

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

Shades of Deep Cerise #DC329F

Tints of Deep Cerise #DC329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 51.28%
G = 11.66%
B = 37.06%

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

#DC329F (or 0xDC329F) is known color: Deep Cerise. HEX triplet: DC, 32 and 9F. RGB value is (220,50,159). Sum of RGB (Red+Green+Blue) = 220+50+159=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC329F is #23CD60. Grayscale: #707070. Windows color (decimal): -2346337 or 10433244. OLE color: 10433244.

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

Color convert

RGB 220 50 159 -
CMYK 0 0.77 0.28 0.14
HSL 321.53º 0.71% 0.53% -
HSV(B) 321.53º 0.77% 0.86% -
XYZ 36.91 20 34.72 -
YUV 113.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 220 50 159 0 0.77 0.28 0.14 321.53 0.71 0.53
Hex DC 32 9F 0 4D 1C E 142 47 35
Octal 334 62 237 0 115 34 16 502 107 65
Binary 11011100 110010 10011111 0 1001101 11100 1110 101000010 1000111 110101

Color Harmonies of #DC329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC329F

Black with #DC329F

Text Example


Text Example

White with #DC329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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