Html Css Color HEX #DC347A Deep Cerise

📋 copy color: '#DC347A'

red 220 ◦ green 52 ◦ blue 122

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

Shades of Deep Cerise #DC347A

Tints of Deep Cerise #DC347A

RGB

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

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

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

R = 55.84%
G = 13.2%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC347A (or 0xDC347A) is known color: Deep Cerise. HEX triplet: DC, 34 and 7A. RGB value is (220,52,122). Sum of RGB (Red+Green+Blue) = 220+52+122=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC347A is #23CB85. Grayscale: #6E6E6E. Windows color (decimal): -2345862 or 8008924. OLE color: 8008924.

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

Color convert

RGB 220 52 122 -
CMYK 0 0.76 0.45 0.14
HSL 335º 0.71% 0.53% -
HSV(B) 335º 0.76% 0.86% -
XYZ 34.26 19.08 20.29 -
YUV 110.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 220 52 122 0 0.76 0.45 0.14 335 0.71 0.53
Hex DC 34 7A 0 4C 2D E 14F 47 35
Octal 334 64 172 0 114 55 16 517 107 65
Binary 11011100 110100 1111010 0 1001100 101101 1110 101001111 1000111 110101

Color Harmonies of #DC347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC347A

Black with #DC347A

Text Example


Text Example

White with #DC347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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