Html Css Color HEX #D701D7 Deep Magenta

📋 copy color: '#D701D7'

red 215 ◦ green 1 ◦ blue 215

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

Shades of Deep Magenta #D701D7

Tints of Deep Magenta #D701D7

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 215 (84.38% from 255) = 49.88%

R = 49.88%
G = 0.23%
B = 49.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D701D7 (or 0xD701D7) is known color: Deep Magenta. HEX triplet: D7, 01 and D7. RGB value is (215,1,215). Sum of RGB (Red+Green+Blue) = 215+1+215=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D701D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701D7 is #28FE28. Grayscale: #585858. Windows color (decimal): -2686505 or 14090711. OLE color: 14090711.

HSL color Cylindrical-coordinate representation of color #D701D7: hue angle of 300º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701D7 is Cyan = 0, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 215 -
CMYK 0 1.00 0 0.16
HSL 300º 0.99% 0.42% -
HSV(B) 300º 1% 0.84% -
XYZ 40.3 19.38 65.91 -
YUV 89.38 198.9 217.6 -
System Red Green Blue C M Y K H S L
Decimal 215 1 215 0 1.00 0 0.16 300 0.99 0.42
Hex D7 1 D7 0 64 0 10 12C 63 2A
Octal 327 1 327 0 144 0 20 454 143 52
Binary 11010111 1 11010111 0 1100100 0 10000 100101100 1100011 101010

Color Harmonies of #D701D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701D7

Black with #D701D7

Text Example


Text Example

White with #D701D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701D7; }

 p { color: rgb(215,1,215); }

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

background-color css

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

 a { background-color: rgb(215,1,215); }

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

border-color css

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

 span { border-color: rgb(215,1,215); }

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