Html Css Color HEX #D701DC Deep Magenta

📋 copy color: '#D701DC'

red 215 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #D701DC

Tints of Deep Magenta #D701DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 49.31%
G = 0.23%
B = 50.46%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D701DC (or 0xD701DC) is known color: Deep Magenta. HEX triplet: D7, 01 and DC. RGB value is (215,1,220). Sum of RGB (Red+Green+Blue) = 215+1+220=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #D701DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701DC is #28FE23. Grayscale: #595959. Windows color (decimal): -2686500 or 14418391. OLE color: 14418391.

HSL color Cylindrical-coordinate representation of color #D701DC: hue angle of 298.63º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701DC is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 1 220 -
CMYK 0.02 1.00 0 0.14
HSL 298.63º 0.99% 0.43% -
HSV(B) 298.63º 1% 0.86% -
XYZ 40.95 19.64 69.34 -
YUV 89.95 201.4 217.19 -
System Red Green Blue C M Y K H S L
Decimal 215 1 220 0.02 1.00 0 0.14 298.63 0.99 0.43
Hex D7 1 DC 2 64 0 E 12B 63 2B
Octal 327 1 334 2 144 0 16 453 143 53
Binary 11010111 1 11011100 10 1100100 0 1110 100101011 1100011 101011

Color Harmonies of #D701DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701DC

Black with #D701DC

Text Example


Text Example

White with #D701DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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