Html Css Color HEX #D703B1 Deep Magenta

📋 copy color: '#D703B1'

red 215 ◦ green 3 ◦ blue 177

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

Shades of Deep Magenta #D703B1

Tints of Deep Magenta #D703B1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 177 (69.53% from 255) = 44.81%

R = 54.43%
G = 0.76%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D703B1 (or 0xD703B1) is known color: Deep Magenta. HEX triplet: D7, 03 and B1. RGB value is (215,3,177). Sum of RGB (Red+Green+Blue) = 215+3+177=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D703B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D703B1 is #28FC4E. Grayscale: #555555. Windows color (decimal): -2686031 or 11600855. OLE color: 11600855.

HSL color Cylindrical-coordinate representation of color #D703B1: hue angle of 310.75º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703B1 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 3 177 -
CMYK 0 0.99 0.18 0.16
HSL 310.75º 0.97% 0.43% -
HSV(B) 310.75º 0.99% 0.84% -
XYZ 35.99 17.69 43.11 -
YUV 86.22 179.24 219.85 -
System Red Green Blue C M Y K H S L
Decimal 215 3 177 0 0.99 0.18 0.16 310.75 0.97 0.43
Hex D7 3 B1 0 63 12 10 137 61 2B
Octal 327 3 261 0 143 22 20 467 141 53
Binary 11010111 11 10110001 0 1100011 10010 10000 100110111 1100001 101011

Color Harmonies of #D703B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703B1

Black with #D703B1

Text Example


Text Example

White with #D703B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703B1; }

 p { color: rgb(215,3,177); }

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

background-color css

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

 a { background-color: rgb(215,3,177); }

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

border-color css

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

 span { border-color: rgb(215,3,177); }

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