Html Css Color HEX #D71CD3 Deep Magenta

📋 copy color: '#D71CD3'

red 215 ◦ green 28 ◦ blue 211

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

Shades of Deep Magenta #D71CD3

Tints of Deep Magenta #D71CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.48%

R = 47.36%
G = 6.17%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D71CD3 (or 0xD71CD3) is known color: Deep Magenta. HEX triplet: D7, 1C and D3. RGB value is (215,28,211). Sum of RGB (Red+Green+Blue) = 215+28+211=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CD3 is #28E32C. Grayscale: #686868. Windows color (decimal): -2679597 or 13835479. OLE color: 13835479.

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

Color convert

RGB 215 28 211 -
CMYK 0 0.87 0.02 0.16
HSL 301.28º 0.77% 0.48% -
HSV(B) 301.28º 0.87% 0.84% -
XYZ 40.2 19.98 63.37 -
YUV 104.78 187.95 206.62 -
System Red Green Blue C M Y K H S L
Decimal 215 28 211 0 0.87 0.02 0.16 301.28 0.77 0.48
Hex D7 1C D3 0 57 2 10 12D 4D 30
Octal 327 34 323 0 127 2 20 455 115 60
Binary 11010111 11100 11010011 0 1010111 10 10000 100101101 1001101 110000

Color Harmonies of #D71CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CD3

Black with #D71CD3

Text Example


Text Example

White with #D71CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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