Html Css Color HEX #D20FAC Deep Magenta

📋 copy color: '#D20FAC'

red 210 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #D20FAC

Tints of Deep Magenta #D20FAC

RGB

 RED value IS 210 (82.42% from 255) = 52.9%

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

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

R = 52.9%
G = 3.78%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D20FAC (or 0xD20FAC) is known color: Deep Magenta. HEX triplet: D2, 0F and AC. RGB value is (210,15,172). Sum of RGB (Red+Green+Blue) = 210+15+172=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20FAC is #2DF053. Grayscale: #5A5A5A. Windows color (decimal): -3010644 or 11276242. OLE color: 11276242.

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

Color convert

RGB 210 15 172 -
CMYK 0 0.93 0.18 0.18
HSL 311.69º 0.87% 0.44% -
HSV(B) 311.69º 0.93% 0.82% -
XYZ 34.2 17.02 40.51 -
YUV 91.2 173.6 212.73 -
System Red Green Blue C M Y K H S L
Decimal 210 15 172 0 0.93 0.18 0.18 311.69 0.87 0.44
Hex D2 F AC 0 5D 12 12 138 57 2C
Octal 322 17 254 0 135 22 22 470 127 54
Binary 11010010 1111 10101100 0 1011101 10010 10010 100111000 1010111 101100

Color Harmonies of #D20FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FAC

Black with #D20FAC

Text Example


Text Example

White with #D20FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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