Html Css Color HEX #D701CF Deep Magenta

📋 copy color: '#D701CF'

red 215 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #D701CF

Tints of Deep Magenta #D701CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 50.83%
G = 0.24%
B = 48.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D701CF (or 0xD701CF) is known color: Deep Magenta. HEX triplet: D7, 01 and CF. RGB value is (215,1,207). Sum of RGB (Red+Green+Blue) = 215+1+207=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D701CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701CF is #28FE30. Grayscale: #575757. Windows color (decimal): -2686513 or 13566423. OLE color: 13566423.

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

Color convert

RGB 215 1 207 -
CMYK 0 1.00 0.04 0.16
HSL 302.24º 0.99% 0.42% -
HSV(B) 302.24º 1% 0.84% -
XYZ 39.3 18.97 60.62 -
YUV 88.47 194.9 218.25 -
System Red Green Blue C M Y K H S L
Decimal 215 1 207 0 1.00 0.04 0.16 302.24 0.99 0.42
Hex D7 1 CF 0 64 4 10 12E 63 2A
Octal 327 1 317 0 144 4 20 456 143 52
Binary 11010111 1 11001111 0 1100100 100 10000 100101110 1100011 101010

Color Harmonies of #D701CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701CF

Black with #D701CF

Text Example


Text Example

White with #D701CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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