Html Css Color HEX #D00FC7 Deep Magenta

📋 copy color: '#D00FC7'

red 208 ◦ green 15 ◦ blue 199

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

Shades of Deep Magenta #D00FC7

Tints of Deep Magenta #D00FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.16%

R = 49.29%
G = 3.55%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D00FC7 (or 0xD00FC7) is known color: Deep Magenta. HEX triplet: D0, 0F and C7. RGB value is (208,15,199). Sum of RGB (Red+Green+Blue) = 208+15+199=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FC7 is #2FF038. Grayscale: #5D5D5D. Windows color (decimal): -3141689 or 13045712. OLE color: 13045712.

HSL color Cylindrical-coordinate representation of color #D00FC7: hue angle of 302.8º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00FC7 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 199 -
CMYK 0 0.93 0.04 0.18
HSL 302.8º 0.87% 0.44% -
HSV(B) 302.8º 0.93% 0.82% -
XYZ 36.49 17.88 55.56 -
YUV 93.68 187.44 209.54 -
System Red Green Blue C M Y K H S L
Decimal 208 15 199 0 0.93 0.04 0.18 302.8 0.87 0.44
Hex D0 F C7 0 5D 4 12 12F 57 2C
Octal 320 17 307 0 135 4 22 457 127 54
Binary 11010000 1111 11000111 0 1011101 100 10010 100101111 1010111 101100

Color Harmonies of #D00FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FC7

Black with #D00FC7

Text Example


Text Example

White with #D00FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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