Html Css Color HEX #D701B8 Deep Magenta

📋 copy color: '#D701B8'

red 215 ◦ green 1 ◦ blue 184

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

Shades of Deep Magenta #D701B8

Tints of Deep Magenta #D701B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46%

R = 53.75%
G = 0.25%
B = 46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D701B8 (or 0xD701B8) is known color: Deep Magenta. HEX triplet: D7, 01 and B8. RGB value is (215,1,184). Sum of RGB (Red+Green+Blue) = 215+1+184=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D701B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701B8 is #28FE47. Grayscale: #555555. Windows color (decimal): -2686536 or 12059095. OLE color: 12059095.

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

Color convert

RGB 215 1 184 -
CMYK 0 1.00 0.14 0.16
HSL 308.69º 0.99% 0.42% -
HSV(B) 308.69º 1% 0.84% -
XYZ 36.69 17.93 46.87 -
YUV 85.85 183.4 220.12 -
System Red Green Blue C M Y K H S L
Decimal 215 1 184 0 1.00 0.14 0.16 308.69 0.99 0.42
Hex D7 1 B8 0 64 E 10 135 63 2A
Octal 327 1 270 0 144 16 20 465 143 52
Binary 11010111 1 10111000 0 1100100 1110 10000 100110101 1100011 101010

Color Harmonies of #D701B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701B8

Black with #D701B8

Text Example


Text Example

White with #D701B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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