Html Css Color HEX #D003DF Deep Magenta

📋 copy color: '#D003DF'

red 208 ◦ green 3 ◦ blue 223

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

Shades of Deep Magenta #D003DF

Tints of Deep Magenta #D003DF

RGB

 RED value IS 208 (81.64% from 255) = 47.93%

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 47.93%
G = 0.69%
B = 51.38%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D003DF (or 0xD003DF) is known color: Deep Magenta. HEX triplet: D0, 03 and DF. RGB value is (208,3,223). Sum of RGB (Red+Green+Blue) = 208+3+223=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #D003DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003DF is #2FFC20. Grayscale: #585858. Windows color (decimal): -3144737 or 14615504. OLE color: 14615504.

HSL color Cylindrical-coordinate representation of color #D003DF: hue angle of 295.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003DF is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 3 223 -
CMYK 0.07 0.99 0 0.13
HSL 295.91º 0.97% 0.44% -
HSV(B) 295.91º 0.99% 0.87% -
XYZ 39.36 18.8 71.37 -
YUV 89.38 203.42 212.61 -
System Red Green Blue C M Y K H S L
Decimal 208 3 223 0.07 0.99 0 0.13 295.91 0.97 0.44
Hex D0 3 DF 7 63 0 D 128 61 2C
Octal 320 3 337 7 143 0 15 450 141 54
Binary 11010000 11 11011111 111 1100011 0 1101 100101000 1100001 101100

Color Harmonies of #D003DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D003DF

Black with #D003DF

Text Example


Text Example

White with #D003DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D003DF; }

 p { color: rgb(208,3,223); }

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

background-color css

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

 a { background-color: rgb(208,3,223); }

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

border-color css

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

 span { border-color: rgb(208,3,223); }

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