Html Css Color HEX #D727DC Deep Magenta

📋 copy color: '#D727DC'

red 215 ◦ green 39 ◦ blue 220

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

Shades of Deep Magenta #D727DC

Tints of Deep Magenta #D727DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 45.36%
G = 8.23%
B = 46.41%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D727DC (or 0xD727DC) is known color: Deep Magenta. HEX triplet: D7, 27 and DC. RGB value is (215,39,220). Sum of RGB (Red+Green+Blue) = 215+39+220=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #D727DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727DC is #28D823. Grayscale: #6F6F6F. Windows color (decimal): -2676772 or 14428119. OLE color: 14428119.

HSL color Cylindrical-coordinate representation of color #D727DC: hue angle of 298.34º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D727DC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 39 220 -
CMYK 0.02 0.82 0 0.14
HSL 298.34º 0.72% 0.51% -
HSV(B) 298.34º 0.82% 0.86% -
XYZ 41.67 21.07 69.58 -
YUV 112.26 188.81 201.28 -
System Red Green Blue C M Y K H S L
Decimal 215 39 220 0.02 0.82 0 0.14 298.34 0.72 0.51
Hex D7 27 DC 2 52 0 E 12A 48 33
Octal 327 47 334 2 122 0 16 452 110 63
Binary 11010111 100111 11011100 10 1010010 0 1110 100101010 1001000 110011

Color Harmonies of #D727DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727DC

Black with #D727DC

Text Example


Text Example

White with #D727DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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