Html Css Color HEX #D327C8 Deep Magenta

📋 copy color: '#D327C8'

red 211 ◦ green 39 ◦ blue 200

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

Shades of Deep Magenta #D327C8

Tints of Deep Magenta #D327C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.44%

R = 46.89%
G = 8.67%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D327C8 (or 0xD327C8) is known color: Deep Magenta. HEX triplet: D3, 27 and C8. RGB value is (211,39,200). Sum of RGB (Red+Green+Blue) = 211+39+200=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D327C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D327C8 is #2CD837. Grayscale: #6C6C6C. Windows color (decimal): -2938936 or 13117395. OLE color: 13117395.

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

Color convert

RGB 211 39 200 -
CMYK 0 0.82 0.05 0.17
HSL 303.84º 0.69% 0.49% -
HSV(B) 303.84º 0.82% 0.83% -
XYZ 38.01 19.47 56.4 -
YUV 108.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 211 39 200 0 0.82 0.05 0.17 303.84 0.69 0.49
Hex D3 27 C8 0 52 5 11 130 45 31
Octal 323 47 310 0 122 5 21 460 105 61
Binary 11010011 100111 11001000 0 1010010 101 10001 100110000 1000101 110001

Color Harmonies of #D327C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327C8

Black with #D327C8

Text Example


Text Example

White with #D327C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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