Html Css Color HEX #D71BDE Deep Magenta

📋 copy color: '#D71BDE'

red 215 ◦ green 27 ◦ blue 222

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

Shades of Deep Magenta #D71BDE

Tints of Deep Magenta #D71BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 46.34%
G = 5.82%
B = 47.84%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D71BDE (or 0xD71BDE) is known color: Deep Magenta. HEX triplet: D7, 1B and DE. RGB value is (215,27,222). Sum of RGB (Red+Green+Blue) = 215+27+222=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #D71BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BDE is #28E421. Grayscale: #686868. Windows color (decimal): -2679842 or 14556119. OLE color: 14556119.

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

Color convert

RGB 215 27 222 -
CMYK 0.03 0.88 0 0.13
HSL 297.85º 0.78% 0.49% -
HSV(B) 297.85º 0.88% 0.87% -
XYZ 41.6 20.5 70.87 -
YUV 105.44 193.78 206.14 -
System Red Green Blue C M Y K H S L
Decimal 215 27 222 0.03 0.88 0 0.13 297.85 0.78 0.49
Hex D7 1B DE 3 58 0 D 12A 4E 31
Octal 327 33 336 3 130 0 15 452 116 61
Binary 11010111 11011 11011110 11 1011000 0 1101 100101010 1001110 110001

Color Harmonies of #D71BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BDE

Black with #D71BDE

Text Example


Text Example

White with #D71BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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