Html Css Color HEX #D00FAC Deep Magenta

📋 copy color: '#D00FAC'

red 208 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #D00FAC

Tints of Deep Magenta #D00FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 52.66%
G = 3.8%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D00FAC (or 0xD00FAC) is known color: Deep Magenta. HEX triplet: D0, 0F and AC. RGB value is (208,15,172). Sum of RGB (Red+Green+Blue) = 208+15+172=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00FAC is #2FF053. Grayscale: #5A5A5A. Windows color (decimal): -3141716 or 11276240. OLE color: 11276240.

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

Color convert

RGB 208 15 172 -
CMYK 0 0.93 0.17 0.18
HSL 311.19º 0.87% 0.44% -
HSV(B) 311.19º 0.93% 0.82% -
XYZ 33.63 16.73 40.49 -
YUV 90.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 208 15 172 0 0.93 0.17 0.18 311.19 0.87 0.44
Hex D0 F AC 0 5D 11 12 137 57 2C
Octal 320 17 254 0 135 21 22 467 127 54
Binary 11010000 1111 10101100 0 1011101 10001 10010 100110111 1010111 101100

Color Harmonies of #D00FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FAC

Black with #D00FAC

Text Example


Text Example

White with #D00FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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