Html Css Color HEX #D71DDB Deep Magenta

📋 copy color: '#D71DDB'

red 215 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #D71DDB

Tints of Deep Magenta #D71DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.26%

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

R = 46.44%
G = 6.26%
B = 47.3%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D71DDB (or 0xD71DDB) is known color: Deep Magenta. HEX triplet: D7, 1D and DB. RGB value is (215,29,219). Sum of RGB (Red+Green+Blue) = 215+29+219=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #D71DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DDB is #28E224. Grayscale: #696969. Windows color (decimal): -2679333 or 14360023. OLE color: 14360023.

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

Color convert

RGB 215 29 219 -
CMYK 0.02 0.87 0 0.14
HSL 298.74º 0.77% 0.49% -
HSV(B) 298.74º 0.87% 0.86% -
XYZ 41.25 20.44 68.79 -
YUV 106.27 191.62 205.55 -
System Red Green Blue C M Y K H S L
Decimal 215 29 219 0.02 0.87 0 0.14 298.74 0.77 0.49
Hex D7 1D DB 2 57 0 E 12B 4D 31
Octal 327 35 333 2 127 0 16 453 115 61
Binary 11010111 11101 11011011 10 1010111 0 1110 100101011 1001101 110001

Color Harmonies of #D71DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DDB

Black with #D71DDB

Text Example


Text Example

White with #D71DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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