Html Css Color HEX #DC3296 Deep Cerise

📋 copy color: '#DC3296'

red 220 ◦ green 50 ◦ blue 150

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

Shades of Deep Cerise #DC3296

Tints of Deep Cerise #DC3296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 52.38%
G = 11.9%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC3296 (or 0xDC3296) is known color: Deep Cerise. HEX triplet: DC, 32 and 96. RGB value is (220,50,150). Sum of RGB (Red+Green+Blue) = 220+50+150=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3296 is #23CD69. Grayscale: #707070. Windows color (decimal): -2346346 or 9843420. OLE color: 9843420.

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

Color convert

RGB 220 50 150 -
CMYK 0 0.77 0.32 0.14
HSL 324.71º 0.71% 0.53% -
HSV(B) 324.71º 0.77% 0.86% -
XYZ 36.16 19.7 30.75 -
YUV 112.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 220 50 150 0 0.77 0.32 0.14 324.71 0.71 0.53
Hex DC 32 96 0 4D 20 E 145 47 35
Octal 334 62 226 0 115 40 16 505 107 65
Binary 11011100 110010 10010110 0 1001101 100000 1110 101000101 1000111 110101

Color Harmonies of #DC3296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3296

Black with #DC3296

Text Example


Text Example

White with #DC3296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3296; }

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

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

background-color css

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

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

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

border-color css

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

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

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