Html Css Color HEX #DC3684 Deep Cerise

📋 copy color: '#DC3684'

red 220 ◦ green 54 ◦ blue 132

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

Shades of Deep Cerise #DC3684

Tints of Deep Cerise #DC3684

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.3%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 54.19%
G = 13.3%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC3684 (or 0xDC3684) is known color: Deep Cerise. HEX triplet: DC, 36 and 84. RGB value is (220,54,132). Sum of RGB (Red+Green+Blue) = 220+54+132=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3684 is #23C97B. Grayscale: #707070. Windows color (decimal): -2345340 or 8664796. OLE color: 8664796.

HSL color Cylindrical-coordinate representation of color #DC3684: hue angle of 331.81º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3684 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 54 132 -
CMYK 0 0.75 0.40 0.14
HSL 331.81º 0.7% 0.54% -
HSV(B) 331.81º 0.75% 0.86% -
XYZ 35 19.52 23.75 -
YUV 112.53 139 204.66 -
System Red Green Blue C M Y K H S L
Decimal 220 54 132 0 0.75 0.40 0.14 331.81 0.7 0.54
Hex DC 36 84 0 4B 28 E 14C 46 36
Octal 334 66 204 0 113 50 16 514 106 66
Binary 11011100 110110 10000100 0 1001011 101000 1110 101001100 1000110 110110

Color Harmonies of #DC3684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3684

Black with #DC3684

Text Example


Text Example

White with #DC3684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3684; }

 p { color: rgb(220,54,132); }

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

background-color css

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

 a { background-color: rgb(220,54,132); }

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

border-color css

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

 span { border-color: rgb(220,54,132); }

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