Html Css Color HEX #D00FC5 Deep Magenta

📋 copy color: '#D00FC5'

red 208 ◦ green 15 ◦ blue 197

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

Shades of Deep Magenta #D00FC5

Tints of Deep Magenta #D00FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.9%

R = 49.52%
G = 3.57%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D00FC5 (or 0xD00FC5) is known color: Deep Magenta. HEX triplet: D0, 0F and C5. RGB value is (208,15,197). Sum of RGB (Red+Green+Blue) = 208+15+197=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FC5 is #2FF03A. Grayscale: #5C5C5C. Windows color (decimal): -3141691 or 12914640. OLE color: 12914640.

HSL color Cylindrical-coordinate representation of color #D00FC5: hue angle of 303.42º 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 #D00FC5 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 197 -
CMYK 0 0.93 0.05 0.18
HSL 303.42º 0.87% 0.44% -
HSV(B) 303.42º 0.93% 0.82% -
XYZ 36.26 17.78 54.34 -
YUV 93.46 186.44 209.7 -
System Red Green Blue C M Y K H S L
Decimal 208 15 197 0 0.93 0.05 0.18 303.42 0.87 0.44
Hex D0 F C5 0 5D 5 12 12F 57 2C
Octal 320 17 305 0 135 5 22 457 127 54
Binary 11010000 1111 11000101 0 1011101 101 10010 100101111 1010111 101100

Color Harmonies of #D00FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FC5

Black with #D00FC5

Text Example


Text Example

White with #D00FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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