Html Css Color HEX #D81FE4 Deep Magenta

📋 copy color: '#D81FE4'

red 216 ◦ green 31 ◦ blue 228

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

Shades of Deep Magenta #D81FE4

Tints of Deep Magenta #D81FE4

RGB

 RED value IS 216 (84.77% from 255) = 45.47%

 GREEN value IS 31 (12.5% from 255) = 6.53%

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

R = 45.47%
G = 6.53%
B = 48%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D81FE4 (or 0xD81FE4) is known color: Deep Magenta. HEX triplet: D8, 1F and E4. RGB value is (216,31,228). Sum of RGB (Red+Green+Blue) = 216+31+228=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #D81FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81FE4 is #27E01B. Grayscale: #6C6C6C. Windows color (decimal): -2613276 or 14950360. OLE color: 14950360.

HSL color Cylindrical-coordinate representation of color #D81FE4: hue angle of 296.35º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81FE4 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 31 228 -
CMYK 0.05 0.86 0 0.11
HSL 296.35º 0.78% 0.51% -
HSV(B) 296.35º 0.86% 0.89% -
XYZ 42.81 21.18 75.23 -
YUV 108.77 195.29 204.48 -
System Red Green Blue C M Y K H S L
Decimal 216 31 228 0.05 0.86 0 0.11 296.35 0.78 0.51
Hex D8 1F E4 5 56 0 B 128 4E 33
Octal 330 37 344 5 126 0 13 450 116 63
Binary 11011000 11111 11100100 101 1010110 0 1011 100101000 1001110 110011

Color Harmonies of #D81FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81FE4

Black with #D81FE4

Text Example


Text Example

White with #D81FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81FE4; }

 p { color: rgb(216,31,228); }

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

background-color css

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

 a { background-color: rgb(216,31,228); }

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

border-color css

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

 span { border-color: rgb(216,31,228); }

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