Html Css Color HEX #D71ED4 Deep Magenta

📋 copy color: '#D71ED4'

red 215 ◦ green 30 ◦ blue 212

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

Shades of Deep Magenta #D71ED4

Tints of Deep Magenta #D71ED4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.56%

 BLUE value IS 212 (83.2% from 255) = 46.39%

R = 47.05%
G = 6.56%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D71ED4 (or 0xD71ED4) is known color: Deep Magenta. HEX triplet: D7, 1E and D4. RGB value is (215,30,212). Sum of RGB (Red+Green+Blue) = 215+30+212=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ED4 is #28E12B. Grayscale: #696969. Windows color (decimal): -2679084 or 13901527. OLE color: 13901527.

HSL color Cylindrical-coordinate representation of color #D71ED4: hue angle of 300.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71ED4 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 30 212 -
CMYK 0 0.86 0.01 0.16
HSL 300.97º 0.76% 0.48% -
HSV(B) 300.97º 0.86% 0.84% -
XYZ 40.37 20.13 64.04 -
YUV 106.06 187.79 205.7 -
System Red Green Blue C M Y K H S L
Decimal 215 30 212 0 0.86 0.01 0.16 300.97 0.76 0.48
Hex D7 1E D4 0 56 1 10 12D 4C 30
Octal 327 36 324 0 126 1 20 455 114 60
Binary 11010111 11110 11010100 0 1010110 1 10000 100101101 1001100 110000

Color Harmonies of #D71ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71ED4

Black with #D71ED4

Text Example


Text Example

White with #D71ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71ED4; }

 p { color: rgb(215,30,212); }

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

background-color css

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

 a { background-color: rgb(215,30,212); }

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

border-color css

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

 span { border-color: rgb(215,30,212); }

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