Html Css Color HEX #D618E4 Deep Magenta

📋 copy color: '#D618E4'

red 214 ◦ green 24 ◦ blue 228

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

Shades of Deep Magenta #D618E4

Tints of Deep Magenta #D618E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.93%

R = 45.92%
G = 5.15%
B = 48.93%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D618E4 (or 0xD618E4) is known color: Deep Magenta. HEX triplet: D6, 18 and E4. RGB value is (214,24,228). Sum of RGB (Red+Green+Blue) = 214+24+228=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #D618E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618E4 is #29E71B. Grayscale: #676767. Windows color (decimal): -2746140 or 14948566. OLE color: 14948566.

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

Color convert

RGB 214 24 228 -
CMYK 0.06 0.89 0 0.11
HSL 295.88º 0.81% 0.49% -
HSV(B) 295.88º 0.89% 0.89% -
XYZ 42.06 20.55 75.15 -
YUV 104.07 197.95 206.41 -
System Red Green Blue C M Y K H S L
Decimal 214 24 228 0.06 0.89 0 0.11 295.88 0.81 0.49
Hex D6 18 E4 6 59 0 B 128 51 31
Octal 326 30 344 6 131 0 13 450 121 61
Binary 11010110 11000 11100100 110 1011001 0 1011 100101000 1010001 110001

Color Harmonies of #D618E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618E4

Black with #D618E4

Text Example


Text Example

White with #D618E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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