Html Css Color HEX #D327C6 Deep Magenta

📋 copy color: '#D327C6'

red 211 ◦ green 39 ◦ blue 198

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

Shades of Deep Magenta #D327C6

Tints of Deep Magenta #D327C6

RGB

 RED value IS 211 (82.81% from 255) = 47.1%

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

 BLUE value IS 198 (77.73% from 255) = 44.2%

R = 47.1%
G = 8.71%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D327C6 (or 0xD327C6) is known color: Deep Magenta. HEX triplet: D3, 27 and C6. RGB value is (211,39,198). Sum of RGB (Red+Green+Blue) = 211+39+198=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D327C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D327C6 is #2CD839. Grayscale: #6C6C6C. Windows color (decimal): -2938938 or 12986323. OLE color: 12986323.

HSL color Cylindrical-coordinate representation of color #D327C6: hue angle of 304.53º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D327C6 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 39 198 -
CMYK 0 0.82 0.06 0.17
HSL 304.53º 0.69% 0.49% -
HSV(B) 304.53º 0.82% 0.83% -
XYZ 37.78 19.38 55.17 -
YUV 108.55 178.48 201.07 -
System Red Green Blue C M Y K H S L
Decimal 211 39 198 0 0.82 0.06 0.17 304.53 0.69 0.49
Hex D3 27 C6 0 52 6 11 131 45 31
Octal 323 47 306 0 122 6 21 461 105 61
Binary 11010011 100111 11000110 0 1010010 110 10001 100110001 1000101 110001

Color Harmonies of #D327C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327C6

Black with #D327C6

Text Example


Text Example

White with #D327C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327C6; }

 p { color: rgb(211,39,198); }

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

background-color css

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

 a { background-color: rgb(211,39,198); }

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

border-color css

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

 span { border-color: rgb(211,39,198); }

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