Html Css Color HEX #D71FDB Deep Magenta

📋 copy color: '#D71FDB'

red 215 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #D71FDB

Tints of Deep Magenta #D71FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 46.24%
G = 6.67%
B = 47.1%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D71FDB (or 0xD71FDB) is known color: Deep Magenta. HEX triplet: D7, 1F and DB. RGB value is (215,31,219). Sum of RGB (Red+Green+Blue) = 215+31+219=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #D71FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FDB is #28E024. Grayscale: #6A6A6A. Windows color (decimal): -2678821 or 14360535. OLE color: 14360535.

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

Color convert

RGB 215 31 219 -
CMYK 0.02 0.86 0 0.14
HSL 298.72º 0.75% 0.49% -
HSV(B) 298.72º 0.86% 0.86% -
XYZ 41.3 20.54 68.81 -
YUV 107.45 190.96 204.71 -
System Red Green Blue C M Y K H S L
Decimal 215 31 219 0.02 0.86 0 0.14 298.72 0.75 0.49
Hex D7 1F DB 2 56 0 E 12B 4B 31
Octal 327 37 333 2 126 0 16 453 113 61
Binary 11010111 11111 11011011 10 1010110 0 1110 100101011 1001011 110001

Color Harmonies of #D71FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FDB

Black with #D71FDB

Text Example


Text Example

White with #D71FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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