Html Css Color HEX #D727DD Deep Magenta

📋 copy color: '#D727DD'

red 215 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #D727DD

Tints of Deep Magenta #D727DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.21%

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

R = 45.26%
G = 8.21%
B = 46.53%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D727DD (or 0xD727DD) is known color: Deep Magenta. HEX triplet: D7, 27 and DD. RGB value is (215,39,221). Sum of RGB (Red+Green+Blue) = 215+39+221=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #D727DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727DD is #28D822. Grayscale: #6F6F6F. Windows color (decimal): -2676771 or 14493655. OLE color: 14493655.

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

Color convert

RGB 215 39 221 -
CMYK 0.03 0.82 0 0.13
HSL 298.02º 0.73% 0.51% -
HSV(B) 298.02º 0.82% 0.87% -
XYZ 41.8 21.12 70.28 -
YUV 112.37 189.31 201.2 -
System Red Green Blue C M Y K H S L
Decimal 215 39 221 0.03 0.82 0 0.13 298.02 0.73 0.51
Hex D7 27 DD 3 52 0 D 12A 49 33
Octal 327 47 335 3 122 0 15 452 111 63
Binary 11010111 100111 11011101 11 1010010 0 1101 100101010 1001001 110011

Color Harmonies of #D727DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727DD

Black with #D727DD

Text Example


Text Example

White with #D727DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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