Html Css Color HEX #D71CE3 Deep Magenta

📋 copy color: '#D71CE3'

red 215 ◦ green 28 ◦ blue 227

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

Shades of Deep Magenta #D71CE3

Tints of Deep Magenta #D71CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.3%

R = 45.74%
G = 5.96%
B = 48.3%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D71CE3 (or 0xD71CE3) is known color: Deep Magenta. HEX triplet: D7, 1C and E3. RGB value is (215,28,227). Sum of RGB (Red+Green+Blue) = 215+28+227=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #D71CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CE3 is #28E31C. Grayscale: #696969. Windows color (decimal): -2679581 or 14884055. OLE color: 14884055.

HSL color Cylindrical-coordinate representation of color #D71CE3: hue angle of 296.38º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71CE3 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 28 227 -
CMYK 0.05 0.88 0 0.11
HSL 296.38º 0.78% 0.5% -
HSV(B) 296.38º 0.88% 0.89% -
XYZ 42.3 20.82 74.46 -
YUV 106.6 195.95 205.32 -
System Red Green Blue C M Y K H S L
Decimal 215 28 227 0.05 0.88 0 0.11 296.38 0.78 0.5
Hex D7 1C E3 5 58 0 B 128 4E 32
Octal 327 34 343 5 130 0 13 450 116 62
Binary 11010111 11100 11100011 101 1011000 0 1011 100101000 1001110 110010

Color Harmonies of #D71CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CE3

Black with #D71CE3

Text Example


Text Example

White with #D71CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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