Html Css Color HEX #D71BDA Deep Magenta

📋 copy color: '#D71BDA'

red 215 ◦ green 27 ◦ blue 218

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

Shades of Deep Magenta #D71BDA

Tints of Deep Magenta #D71BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 46.74%
G = 5.87%
B = 47.39%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D71BDA (or 0xD71BDA) is known color: Deep Magenta. HEX triplet: D7, 1B and DA. RGB value is (215,27,218). Sum of RGB (Red+Green+Blue) = 215+27+218=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #D71BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BDA is #28E425. Grayscale: #686868. Windows color (decimal): -2679846 or 14293975. OLE color: 14293975.

HSL color Cylindrical-coordinate representation of color #D71BDA: hue angle of 299.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71BDA is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 27 218 -
CMYK 0.01 0.88 0 0.15
HSL 299.06º 0.78% 0.48% -
HSV(B) 299.06º 0.88% 0.85% -
XYZ 41.07 20.29 68.08 -
YUV 104.99 191.78 206.47 -
System Red Green Blue C M Y K H S L
Decimal 215 27 218 0.01 0.88 0 0.15 299.06 0.78 0.48
Hex D7 1B DA 1 58 0 F 12B 4E 30
Octal 327 33 332 1 130 0 17 453 116 60
Binary 11010111 11011 11011010 1 1011000 0 1111 100101011 1001110 110000

Color Harmonies of #D71BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BDA

Black with #D71BDA

Text Example


Text Example

White with #D71BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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