Html Css Color HEX #D71FDA Deep Magenta

📋 copy color: '#D71FDA'

red 215 ◦ green 31 ◦ blue 218

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

Shades of Deep Magenta #D71FDA

Tints of Deep Magenta #D71FDA

RGB

 RED value IS 215 (84.38% from 255) = 46.34%

 GREEN value IS 31 (12.5% from 255) = 6.68%

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

R = 46.34%
G = 6.68%
B = 46.98%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D71FDA (or 0xD71FDA) is known color: Deep Magenta. HEX triplet: D7, 1F and DA. RGB value is (215,31,218). Sum of RGB (Red+Green+Blue) = 215+31+218=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #D71FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FDA is #28E025. Grayscale: #6A6A6A. Windows color (decimal): -2678822 or 14294999. OLE color: 14294999.

HSL color Cylindrical-coordinate representation of color #D71FDA: hue angle of 299.04º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71FDA is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 31 218 -
CMYK 0.01 0.86 0 0.15
HSL 299.04º 0.75% 0.49% -
HSV(B) 299.04º 0.86% 0.85% -
XYZ 41.17 20.49 68.11 -
YUV 107.33 190.46 204.79 -
System Red Green Blue C M Y K H S L
Decimal 215 31 218 0.01 0.86 0 0.15 299.04 0.75 0.49
Hex D7 1F DA 1 56 0 F 12B 4B 31
Octal 327 37 332 1 126 0 17 453 113 61
Binary 11010111 11111 11011010 1 1010110 0 1111 100101011 1001011 110001

Color Harmonies of #D71FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FDA

Black with #D71FDA

Text Example


Text Example

White with #D71FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FDA; }

 p { color: rgb(215,31,218); }

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

background-color css

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

 a { background-color: rgb(215,31,218); }

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

border-color css

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

 span { border-color: rgb(215,31,218); }

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