Html Css Color HEX #D01FE5 Deep Magenta

📋 copy color: '#D01FE5'

red 208 ◦ green 31 ◦ blue 229

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

Shades of Deep Magenta #D01FE5

Tints of Deep Magenta #D01FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 44.44%
G = 6.62%
B = 48.93%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D01FE5 (or 0xD01FE5) is known color: Deep Magenta. HEX triplet: D0, 1F and E5. RGB value is (208,31,229). Sum of RGB (Red+Green+Blue) = 208+31+229=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #D01FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FE5 is #2FE01A. Grayscale: #696969. Windows color (decimal): -3137563 or 15015888. OLE color: 15015888.

HSL color Cylindrical-coordinate representation of color #D01FE5: hue angle of 293.64º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01FE5 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 31 229 -
CMYK 0.09 0.86 0 0.10
HSL 293.64º 0.79% 0.51% -
HSV(B) 293.64º 0.86% 0.9% -
XYZ 40.65 20.05 75.86 -
YUV 106.5 197.14 200.4 -
System Red Green Blue C M Y K H S L
Decimal 208 31 229 0.09 0.86 0 0.10 293.64 0.79 0.51
Hex D0 1F E5 9 56 0 A 126 4F 33
Octal 320 37 345 11 126 0 12 446 117 63
Binary 11010000 11111 11100101 1001 1010110 0 1010 100100110 1001111 110011

Color Harmonies of #D01FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FE5

Black with #D01FE5

Text Example


Text Example

White with #D01FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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