Html Css Color HEX #D71BDD Deep Magenta

📋 copy color: '#D71BDD'

red 215 ◦ green 27 ◦ blue 221

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

Shades of Deep Magenta #D71BDD

Tints of Deep Magenta #D71BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 46.44%
G = 5.83%
B = 47.73%

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

#D71BDD (or 0xD71BDD) is known color: Deep Magenta. HEX triplet: D7, 1B and DD. RGB value is (215,27,221). Sum of RGB (Red+Green+Blue) = 215+27+221=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #D71BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BDD is #28E422. Grayscale: #686868. Windows color (decimal): -2679843 or 14490583. OLE color: 14490583.

HSL color Cylindrical-coordinate representation of color #D71BDD: hue angle of 298.14º 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 #D71BDD is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 27 221 -
CMYK 0.03 0.88 0 0.13
HSL 298.14º 0.78% 0.49% -
HSV(B) 298.14º 0.88% 0.87% -
XYZ 41.47 20.45 70.17 -
YUV 105.33 193.28 206.23 -
System Red Green Blue C M Y K H S L
Decimal 215 27 221 0.03 0.88 0 0.13 298.14 0.78 0.49
Hex D7 1B DD 3 58 0 D 12A 4E 31
Octal 327 33 335 3 130 0 15 452 116 61
Binary 11010111 11011 11011101 11 1011000 0 1101 100101010 1001110 110001

Color Harmonies of #D71BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BDD

Black with #D71BDD

Text Example


Text Example

White with #D71BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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