Html Css Color HEX #D327C1 Deep Magenta

📋 copy color: '#D327C1'

red 211 ◦ green 39 ◦ blue 193

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

Shades of Deep Magenta #D327C1

Tints of Deep Magenta #D327C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.57%

R = 47.63%
G = 8.8%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D327C1 (or 0xD327C1) is known color: Deep Magenta. HEX triplet: D3, 27 and C1. RGB value is (211,39,193). Sum of RGB (Red+Green+Blue) = 211+39+193=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D327C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D327C1 is #2CD83E. Grayscale: #6B6B6B. Windows color (decimal): -2938943 or 12658643. OLE color: 12658643.

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

Color convert

RGB 211 39 193 -
CMYK 0 0.82 0.09 0.17
HSL 306.28º 0.69% 0.49% -
HSV(B) 306.28º 0.82% 0.83% -
XYZ 37.22 19.15 52.19 -
YUV 107.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 211 39 193 0 0.82 0.09 0.17 306.28 0.69 0.49
Hex D3 27 C1 0 52 9 11 132 45 31
Octal 323 47 301 0 122 11 21 462 105 61
Binary 11010011 100111 11000001 0 1010010 1001 10001 100110010 1000101 110001

Color Harmonies of #D327C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327C1

Black with #D327C1

Text Example


Text Example

White with #D327C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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