Html Css Color HEX #D827DC Deep Magenta

📋 copy color: '#D827DC'

red 216 ◦ green 39 ◦ blue 220

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

Shades of Deep Magenta #D827DC

Tints of Deep Magenta #D827DC

RGB

 RED value IS 216 (84.77% from 255) = 45.47%

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

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

R = 45.47%
G = 8.21%
B = 46.32%

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

#D827DC (or 0xD827DC) is known color: Deep Magenta. HEX triplet: D8, 27 and DC. RGB value is (216,39,220). Sum of RGB (Red+Green+Blue) = 216+39+220=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #D827DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D827DC is #27D823. Grayscale: #707070. Windows color (decimal): -2611236 or 14428120. OLE color: 14428120.

HSL color Cylindrical-coordinate representation of color #D827DC: hue angle of 298.67º 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 #D827DC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 39 220 -
CMYK 0.02 0.82 0 0.14
HSL 298.67º 0.72% 0.51% -
HSV(B) 298.67º 0.82% 0.86% -
XYZ 41.96 21.22 69.59 -
YUV 112.56 188.64 201.78 -
System Red Green Blue C M Y K H S L
Decimal 216 39 220 0.02 0.82 0 0.14 298.67 0.72 0.51
Hex D8 27 DC 2 52 0 E 12B 48 33
Octal 330 47 334 2 122 0 16 453 110 63
Binary 11011000 100111 11011100 10 1010010 0 1110 100101011 1001000 110011

Color Harmonies of #D827DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D827DC

Black with #D827DC

Text Example


Text Example

White with #D827DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D827DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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