Html Css Color HEX #DC328C Deep Cerise

📋 copy color: '#DC328C'

red 220 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #DC328C

Tints of Deep Cerise #DC328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 53.66%
G = 12.2%
B = 34.15%

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

#DC328C (or 0xDC328C) is known color: Deep Cerise. HEX triplet: DC, 32 and 8C. RGB value is (220,50,140). Sum of RGB (Red+Green+Blue) = 220+50+140=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC328C is #23CD73. Grayscale: #6E6E6E. Windows color (decimal): -2346356 or 9188060. OLE color: 9188060.

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

Color convert

RGB 220 50 140 -
CMYK 0 0.77 0.36 0.14
HSL 328.24º 0.71% 0.53% -
HSV(B) 328.24º 0.77% 0.86% -
XYZ 35.39 19.39 26.69 -
YUV 111.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 220 50 140 0 0.77 0.36 0.14 328.24 0.71 0.53
Hex DC 32 8C 0 4D 24 E 148 47 35
Octal 334 62 214 0 115 44 16 510 107 65
Binary 11011100 110010 10001100 0 1001101 100100 1110 101001000 1000111 110101

Color Harmonies of #DC328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC328C

Black with #DC328C

Text Example


Text Example

White with #DC328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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