Html Css Color HEX #DC347C Deep Cerise

📋 copy color: '#DC347C'

red 220 ◦ green 52 ◦ blue 124

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

Shades of Deep Cerise #DC347C

Tints of Deep Cerise #DC347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 55.56%
G = 13.13%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC347C (or 0xDC347C) is known color: Deep Cerise. HEX triplet: DC, 34 and 7C. RGB value is (220,52,124). Sum of RGB (Red+Green+Blue) = 220+52+124=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC347C is #23CB83. Grayscale: #6E6E6E. Windows color (decimal): -2345860 or 8139996. OLE color: 8139996.

HSL color Cylindrical-coordinate representation of color #DC347C: hue angle of 334.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC347C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 52 124 -
CMYK 0 0.76 0.44 0.14
HSL 334.29º 0.71% 0.53% -
HSV(B) 334.29º 0.76% 0.86% -
XYZ 34.38 19.13 20.95 -
YUV 110.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 220 52 124 0 0.76 0.44 0.14 334.29 0.71 0.53
Hex DC 34 7C 0 4C 2C E 14E 47 35
Octal 334 64 174 0 114 54 16 516 107 65
Binary 11011100 110100 1111100 0 1001100 101100 1110 101001110 1000111 110101

Color Harmonies of #DC347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC347C

Black with #DC347C

Text Example


Text Example

White with #DC347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC347C; }

 p { color: rgb(220,52,124); }

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

background-color css

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

 a { background-color: rgb(220,52,124); }

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

border-color css

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

 span { border-color: rgb(220,52,124); }

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