Html Css Color HEX #D327C7 Deep Magenta

📋 copy color: '#D327C7'

red 211 ◦ green 39 ◦ blue 199

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

Shades of Deep Magenta #D327C7

Tints of Deep Magenta #D327C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.32%

R = 46.99%
G = 8.69%
B = 44.32%

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

#D327C7 (or 0xD327C7) is known color: Deep Magenta. HEX triplet: D3, 27 and C7. RGB value is (211,39,199). Sum of RGB (Red+Green+Blue) = 211+39+199=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D327C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D327C7 is #2CD838. Grayscale: #6C6C6C. Windows color (decimal): -2938937 or 13051859. OLE color: 13051859.

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

Color convert

RGB 211 39 199 -
CMYK 0 0.82 0.06 0.17
HSL 304.19º 0.69% 0.49% -
HSV(B) 304.19º 0.82% 0.83% -
XYZ 37.9 19.42 55.78 -
YUV 108.67 178.98 200.99 -
System Red Green Blue C M Y K H S L
Decimal 211 39 199 0 0.82 0.06 0.17 304.19 0.69 0.49
Hex D3 27 C7 0 52 6 11 130 45 31
Octal 323 47 307 0 122 6 21 460 105 61
Binary 11010011 100111 11000111 0 1010010 110 10001 100110000 1000101 110001

Color Harmonies of #D327C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327C7

Black with #D327C7

Text Example


Text Example

White with #D327C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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