Html Css Color HEX #D703CB Deep Magenta

📋 copy color: '#D703CB'

red 215 ◦ green 3 ◦ blue 203

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

Shades of Deep Magenta #D703CB

Tints of Deep Magenta #D703CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 51.07%
G = 0.71%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D703CB (or 0xD703CB) is known color: Deep Magenta. HEX triplet: D7, 03 and CB. RGB value is (215,3,203). Sum of RGB (Red+Green+Blue) = 215+3+203=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D703CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703CB is #28FC34. Grayscale: #585858. Windows color (decimal): -2686005 or 13304791. OLE color: 13304791.

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

Color convert

RGB 215 3 203 -
CMYK 0 0.99 0.06 0.16
HSL 303.4º 0.97% 0.43% -
HSV(B) 303.4º 0.99% 0.84% -
XYZ 38.84 18.82 58.09 -
YUV 89.19 192.24 217.74 -
System Red Green Blue C M Y K H S L
Decimal 215 3 203 0 0.99 0.06 0.16 303.4 0.97 0.43
Hex D7 3 CB 0 63 6 10 12F 61 2B
Octal 327 3 313 0 143 6 20 457 141 53
Binary 11010111 11 11001011 0 1100011 110 10000 100101111 1100001 101011

Color Harmonies of #D703CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703CB

Black with #D703CB

Text Example


Text Example

White with #D703CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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