Html Css Color HEX #D40FDA Deep Magenta

📋 copy color: '#D40FDA'

red 212 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #D40FDA

Tints of Deep Magenta #D40FDA

RGB

 RED value IS 212 (83.2% from 255) = 47.64%

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

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 47.64%
G = 3.37%
B = 48.99%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D40FDA (or 0xD40FDA) is known color: Deep Magenta. HEX triplet: D4, 0F and DA. RGB value is (212,15,218). Sum of RGB (Red+Green+Blue) = 212+15+218=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #D40FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FDA is #2BF025. Grayscale: #606060. Windows color (decimal): -2879526 or 14290900. OLE color: 14290900.

HSL color Cylindrical-coordinate representation of color #D40FDA: hue angle of 298.23º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FDA is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 15 218 -
CMYK 0.03 0.93 0 0.15
HSL 298.23º 0.87% 0.46% -
HSV(B) 298.23º 0.93% 0.85% -
XYZ 39.98 19.4 67.97 -
YUV 97.05 196.27 209.99 -
System Red Green Blue C M Y K H S L
Decimal 212 15 218 0.03 0.93 0 0.15 298.23 0.87 0.46
Hex D4 F DA 3 5D 0 F 12A 57 2E
Octal 324 17 332 3 135 0 17 452 127 56
Binary 11010100 1111 11011010 11 1011101 0 1111 100101010 1010111 101110

Color Harmonies of #D40FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40FDA

Black with #D40FDA

Text Example


Text Example

White with #D40FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40FDA; }

 p { color: rgb(212,15,218); }

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

background-color css

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

 a { background-color: rgb(212,15,218); }

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

border-color css

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

 span { border-color: rgb(212,15,218); }

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