Html Css Color HEX #DC319F Deep Cerise

📋 copy color: '#DC319F'

red 220 ◦ green 49 ◦ blue 159

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

Shades of Deep Cerise #DC319F

Tints of Deep Cerise #DC319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 51.4%
G = 11.45%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC319F (or 0xDC319F) is known color: Deep Cerise. HEX triplet: DC, 31 and 9F. RGB value is (220,49,159). Sum of RGB (Red+Green+Blue) = 220+49+159=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC319F is #23CE60. Grayscale: #707070. Windows color (decimal): -2346593 or 10432988. OLE color: 10432988.

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

Color convert

RGB 220 49 159 -
CMYK 0 0.78 0.28 0.14
HSL 321.4º 0.71% 0.53% -
HSV(B) 321.4º 0.78% 0.86% -
XYZ 36.87 19.92 34.7 -
YUV 112.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 220 49 159 0 0.78 0.28 0.14 321.4 0.71 0.53
Hex DC 31 9F 0 4E 1C E 141 47 35
Octal 334 61 237 0 116 34 16 501 107 65
Binary 11011100 110001 10011111 0 1001110 11100 1110 101000001 1000111 110101

Color Harmonies of #DC319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC319F

Black with #DC319F

Text Example


Text Example

White with #DC319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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