Html Css Color HEX #D01FE4 Deep Magenta

📋 copy color: '#D01FE4'

red 208 ◦ green 31 ◦ blue 228

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

Shades of Deep Magenta #D01FE4

Tints of Deep Magenta #D01FE4

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

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

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

R = 44.54%
G = 6.64%
B = 48.82%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D01FE4 (or 0xD01FE4) is known color: Deep Magenta. HEX triplet: D0, 1F and E4. RGB value is (208,31,228). Sum of RGB (Red+Green+Blue) = 208+31+228=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #D01FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FE4 is #2FE01B. Grayscale: #696969. Windows color (decimal): -3137564 or 14950352. OLE color: 14950352.

HSL color Cylindrical-coordinate representation of color #D01FE4: hue angle of 293.91º 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 #D01FE4 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 31 228 -
CMYK 0.09 0.86 0 0.11
HSL 293.91º 0.78% 0.51% -
HSV(B) 293.91º 0.86% 0.89% -
XYZ 40.51 19.99 75.12 -
YUV 106.38 196.64 200.48 -
System Red Green Blue C M Y K H S L
Decimal 208 31 228 0.09 0.86 0 0.11 293.91 0.78 0.51
Hex D0 1F E4 9 56 0 B 126 4E 33
Octal 320 37 344 11 126 0 13 446 116 63
Binary 11010000 11111 11100100 1001 1010110 0 1011 100100110 1001110 110011

Color Harmonies of #D01FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FE4

Black with #D01FE4

Text Example


Text Example

White with #D01FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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