Html Css Color HEX #D703C2 Deep Magenta

📋 copy color: '#D703C2'

red 215 ◦ green 3 ◦ blue 194

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

Shades of Deep Magenta #D703C2

Tints of Deep Magenta #D703C2

RGB

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

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

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

R = 52.18%
G = 0.73%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D703C2 (or 0xD703C2) is known color: Deep Magenta. HEX triplet: D7, 03 and C2. RGB value is (215,3,194). Sum of RGB (Red+Green+Blue) = 215+3+194=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D703C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703C2 is #28FC3D. Grayscale: #575757. Windows color (decimal): -2686014 or 12714967. OLE color: 12714967.

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

Color convert

RGB 215 3 194 -
CMYK 0 0.99 0.10 0.16
HSL 305.94º 0.97% 0.43% -
HSV(B) 305.94º 0.99% 0.84% -
XYZ 37.79 18.41 52.6 -
YUV 88.16 187.74 218.47 -
System Red Green Blue C M Y K H S L
Decimal 215 3 194 0 0.99 0.10 0.16 305.94 0.97 0.43
Hex D7 3 C2 0 63 A 10 132 61 2B
Octal 327 3 302 0 143 12 20 462 141 53
Binary 11010111 11 11000010 0 1100011 1010 10000 100110010 1100001 101011

Color Harmonies of #D703C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703C2

Black with #D703C2

Text Example


Text Example

White with #D703C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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