Html Css Color HEX #DC317E Deep Cerise

📋 copy color: '#DC317E'

red 220 ◦ green 49 ◦ blue 126

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

Shades of Deep Cerise #DC317E

Tints of Deep Cerise #DC317E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 55.7%
G = 12.41%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC317E (or 0xDC317E) is known color: Deep Cerise. HEX triplet: DC, 31 and 7E. RGB value is (220,49,126). Sum of RGB (Red+Green+Blue) = 220+49+126=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC317E is #23CE81. Grayscale: #6C6C6C. Windows color (decimal): -2346626 or 8270300. OLE color: 8270300.

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

Color convert

RGB 220 49 126 -
CMYK 0 0.78 0.43 0.14
HSL 332.98º 0.71% 0.53% -
HSV(B) 332.98º 0.78% 0.86% -
XYZ 34.38 18.92 21.58 -
YUV 108.91 137.65 207.24 -
System Red Green Blue C M Y K H S L
Decimal 220 49 126 0 0.78 0.43 0.14 332.98 0.71 0.53
Hex DC 31 7E 0 4E 2B E 14D 47 35
Octal 334 61 176 0 116 53 16 515 107 65
Binary 11011100 110001 1111110 0 1001110 101011 1110 101001101 1000111 110101

Color Harmonies of #DC317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC317E

Black with #DC317E

Text Example


Text Example

White with #DC317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC317E; }

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

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

background-color css

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

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

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

border-color css

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

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

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