Html Css Color HEX #D701C6 Deep Magenta

📋 copy color: '#D701C6'

red 215 ◦ green 1 ◦ blue 198

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

Shades of Deep Magenta #D701C6

Tints of Deep Magenta #D701C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.83%

R = 51.93%
G = 0.24%
B = 47.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D701C6 (or 0xD701C6) is known color: Deep Magenta. HEX triplet: D7, 01 and C6. RGB value is (215,1,198). Sum of RGB (Red+Green+Blue) = 215+1+198=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D701C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701C6 is #28FE39. Grayscale: #565656. Windows color (decimal): -2686522 or 12976599. OLE color: 12976599.

HSL color Cylindrical-coordinate representation of color #D701C6: hue angle of 304.77º 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 #D701C6 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 198 -
CMYK 0 1.00 0.08 0.16
HSL 304.77º 0.99% 0.42% -
HSV(B) 304.77º 1% 0.84% -
XYZ 38.23 18.55 54.99 -
YUV 87.44 190.4 218.98 -
System Red Green Blue C M Y K H S L
Decimal 215 1 198 0 1.00 0.08 0.16 304.77 0.99 0.42
Hex D7 1 C6 0 64 8 10 131 63 2A
Octal 327 1 306 0 144 10 20 461 143 52
Binary 11010111 1 11000110 0 1100100 1000 10000 100110001 1100011 101010

Color Harmonies of #D701C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701C6

Black with #D701C6

Text Example


Text Example

White with #D701C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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