Html Css Color HEX #DC327A Deep Cerise

📋 copy color: '#DC327A'

red 220 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #DC327A

Tints of Deep Cerise #DC327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 56.12%
G = 12.76%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC327A (or 0xDC327A) is known color: Deep Cerise. HEX triplet: DC, 32 and 7A. RGB value is (220,50,122). Sum of RGB (Red+Green+Blue) = 220+50+122=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC327A is #23CD85. Grayscale: #6C6C6C. Windows color (decimal): -2346374 or 8008412. OLE color: 8008412.

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

Color convert

RGB 220 50 122 -
CMYK 0 0.77 0.45 0.14
HSL 334.59º 0.71% 0.53% -
HSV(B) 334.59º 0.77% 0.86% -
XYZ 34.17 18.9 20.26 -
YUV 109.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 220 50 122 0 0.77 0.45 0.14 334.59 0.71 0.53
Hex DC 32 7A 0 4D 2D E 14F 47 35
Octal 334 62 172 0 115 55 16 517 107 65
Binary 11011100 110010 1111010 0 1001101 101101 1110 101001111 1000111 110101

Color Harmonies of #DC327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC327A

Black with #DC327A

Text Example


Text Example

White with #DC327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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