Html Css Color HEX #D618E1 Deep Magenta

📋 copy color: '#D618E1'

red 214 ◦ green 24 ◦ blue 225

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

Shades of Deep Magenta #D618E1

Tints of Deep Magenta #D618E1

RGB

 RED value IS 214 (83.98% from 255) = 46.22%

 GREEN value IS 24 (9.77% from 255) = 5.18%

 BLUE value IS 225 (88.28% from 255) = 48.6%

R = 46.22%
G = 5.18%
B = 48.6%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D618E1 (or 0xD618E1) is known color: Deep Magenta. HEX triplet: D6, 18 and E1. RGB value is (214,24,225). Sum of RGB (Red+Green+Blue) = 214+24+225=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #D618E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618E1 is #29E71E. Grayscale: #676767. Windows color (decimal): -2746143 or 14751958. OLE color: 14751958.

HSL color Cylindrical-coordinate representation of color #D618E1: hue angle of 296.72º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618E1 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 24 225 -
CMYK 0.05 0.89 0 0.12
HSL 296.72º 0.81% 0.49% -
HSV(B) 296.72º 0.89% 0.88% -
XYZ 41.65 20.39 72.97 -
YUV 103.72 196.45 206.66 -
System Red Green Blue C M Y K H S L
Decimal 214 24 225 0.05 0.89 0 0.12 296.72 0.81 0.49
Hex D6 18 E1 5 59 0 C 129 51 31
Octal 326 30 341 5 131 0 14 451 121 61
Binary 11010110 11000 11100001 101 1011001 0 1100 100101001 1010001 110001

Color Harmonies of #D618E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618E1

Black with #D618E1

Text Example


Text Example

White with #D618E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618E1; }

 p { color: rgb(214,24,225); }

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

background-color css

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

 a { background-color: rgb(214,24,225); }

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

border-color css

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

 span { border-color: rgb(214,24,225); }

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