Html Css Color HEX #DC319E Deep Cerise

📋 copy color: '#DC319E'

red 220 ◦ green 49 ◦ blue 158

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

Shades of Deep Cerise #DC319E

Tints of Deep Cerise #DC319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37%

R = 51.52%
G = 11.48%
B = 37%

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

#DC319E (or 0xDC319E) is known color: Deep Cerise. HEX triplet: DC, 31 and 9E. RGB value is (220,49,158). Sum of RGB (Red+Green+Blue) = 220+49+158=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC319E is #23CE61. Grayscale: #707070. Windows color (decimal): -2346594 or 10367452. OLE color: 10367452.

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

Color convert

RGB 220 49 158 -
CMYK 0 0.78 0.28 0.14
HSL 321.75º 0.71% 0.53% -
HSV(B) 321.75º 0.78% 0.86% -
XYZ 36.79 19.88 34.25 -
YUV 112.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 220 49 158 0 0.78 0.28 0.14 321.75 0.71 0.53
Hex DC 31 9E 0 4E 1C E 142 47 35
Octal 334 61 236 0 116 34 16 502 107 65
Binary 11011100 110001 10011110 0 1001110 11100 1110 101000010 1000111 110101

Color Harmonies of #DC319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC319E

Black with #DC319E

Text Example


Text Example

White with #DC319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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