Html Css Color HEX #D71CDB Deep Magenta

📋 copy color: '#D71CDB'

red 215 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #D71CDB

Tints of Deep Magenta #D71CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.06%

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

R = 46.54%
G = 6.06%
B = 47.4%

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

#D71CDB (or 0xD71CDB) is known color: Deep Magenta. HEX triplet: D7, 1C and DB. RGB value is (215,28,219). Sum of RGB (Red+Green+Blue) = 215+28+219=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #D71CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CDB is #28E324. Grayscale: #696969. Windows color (decimal): -2679589 or 14359767. OLE color: 14359767.

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

Color convert

RGB 215 28 219 -
CMYK 0.02 0.87 0 0.14
HSL 298.74º 0.77% 0.48% -
HSV(B) 298.74º 0.87% 0.86% -
XYZ 41.23 20.39 68.78 -
YUV 105.69 191.95 205.97 -
System Red Green Blue C M Y K H S L
Decimal 215 28 219 0.02 0.87 0 0.14 298.74 0.77 0.48
Hex D7 1C DB 2 57 0 E 12B 4D 30
Octal 327 34 333 2 127 0 16 453 115 60
Binary 11010111 11100 11011011 10 1010111 0 1110 100101011 1001101 110000

Color Harmonies of #D71CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CDB

Black with #D71CDB

Text Example


Text Example

White with #D71CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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