Html Css Color HEX #D20FE1 Deep Magenta

📋 copy color: '#D20FE1'

red 210 ◦ green 15 ◦ blue 225

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

Shades of Deep Magenta #D20FE1

Tints of Deep Magenta #D20FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50%

R = 46.67%
G = 3.33%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D20FE1 (or 0xD20FE1) is known color: Deep Magenta. HEX triplet: D2, 0F and E1. RGB value is (210,15,225). Sum of RGB (Red+Green+Blue) = 210+15+225=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #D20FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FE1 is #2DF01E. Grayscale: #606060. Windows color (decimal): -3010591 or 14749650. OLE color: 14749650.

HSL color Cylindrical-coordinate representation of color #D20FE1: hue angle of 295.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20FE1 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 15 225 -
CMYK 0.07 0.93 0 0.12
HSL 295.71º 0.88% 0.47% -
HSV(B) 295.71º 0.93% 0.88% -
XYZ 40.34 19.48 72.87 -
YUV 97.25 200.1 208.42 -
System Red Green Blue C M Y K H S L
Decimal 210 15 225 0.07 0.93 0 0.12 295.71 0.88 0.47
Hex D2 F E1 7 5D 0 C 128 58 2F
Octal 322 17 341 7 135 0 14 450 130 57
Binary 11010010 1111 11100001 111 1011101 0 1100 100101000 1011000 101111

Color Harmonies of #D20FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FE1

Black with #D20FE1

Text Example


Text Example

White with #D20FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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