Html Css Color HEX #D71BE0 Deep Magenta

📋 copy color: '#D71BE0'

red 215 ◦ green 27 ◦ blue 224

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

Shades of Deep Magenta #D71BE0

Tints of Deep Magenta #D71BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.79%

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 46.14%
G = 5.79%
B = 48.07%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D71BE0 (or 0xD71BE0) is known color: Deep Magenta. HEX triplet: D7, 1B and E0. RGB value is (215,27,224). Sum of RGB (Red+Green+Blue) = 215+27+224=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #D71BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BE0 is #28E41F. Grayscale: #696969. Windows color (decimal): -2679840 or 14687191. OLE color: 14687191.

HSL color Cylindrical-coordinate representation of color #D71BE0: hue angle of 297.26º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71BE0 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 27 224 -
CMYK 0.04 0.88 0 0.12
HSL 297.26º 0.78% 0.49% -
HSV(B) 297.26º 0.88% 0.88% -
XYZ 41.87 20.61 72.29 -
YUV 105.67 194.78 205.98 -
System Red Green Blue C M Y K H S L
Decimal 215 27 224 0.04 0.88 0 0.12 297.26 0.78 0.49
Hex D7 1B E0 4 58 0 C 129 4E 31
Octal 327 33 340 4 130 0 14 451 116 61
Binary 11010111 11011 11100000 100 1011000 0 1100 100101001 1001110 110001

Color Harmonies of #D71BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BE0

Black with #D71BE0

Text Example


Text Example

White with #D71BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BE0; }

 p { color: rgb(215,27,224); }

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

background-color css

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

 a { background-color: rgb(215,27,224); }

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

border-color css

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

 span { border-color: rgb(215,27,224); }

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