Html Css Color HEX #DC337C Deep Cerise

📋 copy color: '#DC337C'

red 220 ◦ green 51 ◦ blue 124

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

Shades of Deep Cerise #DC337C

Tints of Deep Cerise #DC337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.91%

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

R = 55.7%
G = 12.91%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC337C (or 0xDC337C) is known color: Deep Cerise. HEX triplet: DC, 33 and 7C. RGB value is (220,51,124). Sum of RGB (Red+Green+Blue) = 220+51+124=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC337C is #23CC83. Grayscale: #6D6D6D. Windows color (decimal): -2346116 or 8139740. OLE color: 8139740.

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

Color convert

RGB 220 51 124 -
CMYK 0 0.77 0.44 0.14
HSL 334.08º 0.71% 0.53% -
HSV(B) 334.08º 0.77% 0.86% -
XYZ 34.34 19.04 20.93 -
YUV 109.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 220 51 124 0 0.77 0.44 0.14 334.08 0.71 0.53
Hex DC 33 7C 0 4D 2C E 14E 47 35
Octal 334 63 174 0 115 54 16 516 107 65
Binary 11011100 110011 1111100 0 1001101 101100 1110 101001110 1000111 110101

Color Harmonies of #DC337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC337C

Black with #DC337C

Text Example


Text Example

White with #DC337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC337C; }

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

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

background-color css

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

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

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

border-color css

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

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

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