Html Css Color HEX #DC3479 Deep Cerise

📋 copy color: '#DC3479'

red 220 ◦ green 52 ◦ blue 121

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

Shades of Deep Cerise #DC3479

Tints of Deep Cerise #DC3479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 55.98%
G = 13.23%
B = 30.79%

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

#DC3479 (or 0xDC3479) is known color: Deep Cerise. HEX triplet: DC, 34 and 79. RGB value is (220,52,121). Sum of RGB (Red+Green+Blue) = 220+52+121=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3479 is #23CB86. Grayscale: #6D6D6D. Windows color (decimal): -2345863 or 7943388. OLE color: 7943388.

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

Color convert

RGB 220 52 121 -
CMYK 0 0.76 0.45 0.14
HSL 335.36º 0.71% 0.53% -
HSV(B) 335.36º 0.76% 0.86% -
XYZ 34.19 19.05 19.96 -
YUV 110.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 220 52 121 0 0.76 0.45 0.14 335.36 0.71 0.53
Hex DC 34 79 0 4C 2D E 14F 47 35
Octal 334 64 171 0 114 55 16 517 107 65
Binary 11011100 110100 1111001 0 1001100 101101 1110 101001111 1000111 110101

Color Harmonies of #DC3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3479

Black with #DC3479

Text Example


Text Example

White with #DC3479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3479; }

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

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

background-color css

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

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

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

border-color css

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

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

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