Html Css Color HEX #D20FC6 Deep Magenta

📋 copy color: '#D20FC6'

red 210 ◦ green 15 ◦ blue 198

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

Shades of Deep Magenta #D20FC6

Tints of Deep Magenta #D20FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.81%

R = 49.65%
G = 3.55%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D20FC6 (or 0xD20FC6) is known color: Deep Magenta. HEX triplet: D2, 0F and C6. RGB value is (210,15,198). Sum of RGB (Red+Green+Blue) = 210+15+198=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FC6 is #2DF039. Grayscale: #5D5D5D. Windows color (decimal): -3010618 or 12980178. OLE color: 12980178.

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

Color convert

RGB 210 15 198 -
CMYK 0 0.93 0.06 0.18
HSL 303.69º 0.87% 0.44% -
HSV(B) 303.69º 0.93% 0.82% -
XYZ 36.94 18.12 54.98 -
YUV 94.17 186.6 210.62 -
System Red Green Blue C M Y K H S L
Decimal 210 15 198 0 0.93 0.06 0.18 303.69 0.87 0.44
Hex D2 F C6 0 5D 6 12 130 57 2C
Octal 322 17 306 0 135 6 22 460 127 54
Binary 11010010 1111 11000110 0 1011101 110 10010 100110000 1010111 101100

Color Harmonies of #D20FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FC6

Black with #D20FC6

Text Example


Text Example

White with #D20FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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