Html Css Color HEX #D703B4 Deep Magenta

📋 copy color: '#D703B4'

red 215 ◦ green 3 ◦ blue 180

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

Shades of Deep Magenta #D703B4

Tints of Deep Magenta #D703B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.23%

R = 54.02%
G = 0.75%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D703B4 (or 0xD703B4) is known color: Deep Magenta. HEX triplet: D7, 03 and B4. RGB value is (215,3,180). Sum of RGB (Red+Green+Blue) = 215+3+180=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D703B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703B4 is #28FC4B. Grayscale: #565656. Windows color (decimal): -2686028 or 11797463. OLE color: 11797463.

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

Color convert

RGB 215 3 180 -
CMYK 0 0.99 0.16 0.16
HSL 309.91º 0.97% 0.43% -
HSV(B) 309.91º 0.99% 0.84% -
XYZ 36.3 17.81 44.7 -
YUV 86.57 180.74 219.61 -
System Red Green Blue C M Y K H S L
Decimal 215 3 180 0 0.99 0.16 0.16 309.91 0.97 0.43
Hex D7 3 B4 0 63 10 10 136 61 2B
Octal 327 3 264 0 143 20 20 466 141 53
Binary 11010111 11 10110100 0 1100011 10000 10000 100110110 1100001 101011

Color Harmonies of #D703B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703B4

Black with #D703B4

Text Example


Text Example

White with #D703B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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