Html Css Color HEX #D701C2 Deep Magenta

📋 copy color: '#D701C2'

red 215 ◦ green 1 ◦ blue 194

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

Shades of Deep Magenta #D701C2

Tints of Deep Magenta #D701C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.32%

R = 52.44%
G = 0.24%
B = 47.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D701C2 (or 0xD701C2) is known color: Deep Magenta. HEX triplet: D7, 01 and C2. RGB value is (215,1,194). Sum of RGB (Red+Green+Blue) = 215+1+194=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D701C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701C2 is #28FE3D. Grayscale: #565656. Windows color (decimal): -2686526 or 12714455. OLE color: 12714455.

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

Color convert

RGB 215 1 194 -
CMYK 0 1.00 0.10 0.16
HSL 305.89º 0.99% 0.42% -
HSV(B) 305.89º 1% 0.84% -
XYZ 37.77 18.36 52.59 -
YUV 86.99 188.4 219.31 -
System Red Green Blue C M Y K H S L
Decimal 215 1 194 0 1.00 0.10 0.16 305.89 0.99 0.42
Hex D7 1 C2 0 64 A 10 132 63 2A
Octal 327 1 302 0 144 12 20 462 143 52
Binary 11010111 1 11000010 0 1100100 1010 10000 100110010 1100011 101010

Color Harmonies of #D701C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701C2

Black with #D701C2

Text Example


Text Example

White with #D701C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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