Html Css Color HEX #DC317C Deep Cerise

📋 copy color: '#DC317C'

red 220 ◦ green 49 ◦ blue 124

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

Shades of Deep Cerise #DC317C

Tints of Deep Cerise #DC317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.47%

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

R = 55.98%
G = 12.47%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC317C (or 0xDC317C) is known color: Deep Cerise. HEX triplet: DC, 31 and 7C. RGB value is (220,49,124). Sum of RGB (Red+Green+Blue) = 220+49+124=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC317C is #23CE83. Grayscale: #6C6C6C. Windows color (decimal): -2346628 or 8139228. OLE color: 8139228.

HSL color Cylindrical-coordinate representation of color #DC317C: hue angle of 333.68º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC317C is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 49 124 -
CMYK 0 0.78 0.44 0.14
HSL 333.68º 0.71% 0.53% -
HSV(B) 333.68º 0.78% 0.86% -
XYZ 34.25 18.87 20.91 -
YUV 108.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 220 49 124 0 0.78 0.44 0.14 333.68 0.71 0.53
Hex DC 31 7C 0 4E 2C E 14E 47 35
Octal 334 61 174 0 116 54 16 516 107 65
Binary 11011100 110001 1111100 0 1001110 101100 1110 101001110 1000111 110101

Color Harmonies of #DC317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC317C

Black with #DC317C

Text Example


Text Example

White with #DC317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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