Html Css Color HEX #D00FDC Deep Magenta

📋 copy color: '#D00FDC'

red 208 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #D00FDC

Tints of Deep Magenta #D00FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.39%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 46.95%
G = 3.39%
B = 49.66%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D00FDC (or 0xD00FDC) is known color: Deep Magenta. HEX triplet: D0, 0F and DC. RGB value is (208,15,220). Sum of RGB (Red+Green+Blue) = 208+15+220=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #D00FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FDC is #2FF023. Grayscale: #5F5F5F. Windows color (decimal): -3141668 or 14421968. OLE color: 14421968.

HSL color Cylindrical-coordinate representation of color #D00FDC: hue angle of 296.49º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00FDC is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 15 220 -
CMYK 0.05 0.93 0 0.14
HSL 296.49º 0.87% 0.46% -
HSV(B) 296.49º 0.93% 0.86% -
XYZ 39.1 18.92 69.3 -
YUV 96.08 197.94 207.83 -
System Red Green Blue C M Y K H S L
Decimal 208 15 220 0.05 0.93 0 0.14 296.49 0.87 0.46
Hex D0 F DC 5 5D 0 E 128 57 2E
Octal 320 17 334 5 135 0 16 450 127 56
Binary 11010000 1111 11011100 101 1011101 0 1110 100101000 1010111 101110

Color Harmonies of #D00FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FDC

Black with #D00FDC

Text Example


Text Example

White with #D00FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FDC; }

 p { color: rgb(208,15,220); }

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

background-color css

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

 a { background-color: rgb(208,15,220); }

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

border-color css

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

 span { border-color: rgb(208,15,220); }

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