Html Css Color HEX #D326C9 Deep Magenta

📋 copy color: '#D326C9'

red 211 ◦ green 38 ◦ blue 201

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

Shades of Deep Magenta #D326C9

Tints of Deep Magenta #D326C9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.44%

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 46.89%
G = 8.44%
B = 44.67%

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

#D326C9 (or 0xD326C9) is known color: Deep Magenta. HEX triplet: D3, 26 and C9. RGB value is (211,38,201). Sum of RGB (Red+Green+Blue) = 211+38+201=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D326C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D326C9 is #2CD936. Grayscale: #6B6B6B. Windows color (decimal): -2939191 or 13182675. OLE color: 13182675.

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

Color convert

RGB 211 38 201 -
CMYK 0 0.82 0.05 0.17
HSL 303.47º 0.69% 0.49% -
HSV(B) 303.47º 0.82% 0.83% -
XYZ 38.1 19.45 57 -
YUV 108.31 180.31 201.25 -
System Red Green Blue C M Y K H S L
Decimal 211 38 201 0 0.82 0.05 0.17 303.47 0.69 0.49
Hex D3 26 C9 0 52 5 11 12F 45 31
Octal 323 46 311 0 122 5 21 457 105 61
Binary 11010011 100110 11001001 0 1010010 101 10001 100101111 1000101 110001

Color Harmonies of #D326C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326C9

Black with #D326C9

Text Example


Text Example

White with #D326C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326C9; }

 p { color: rgb(211,38,201); }

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

background-color css

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

 a { background-color: rgb(211,38,201); }

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

border-color css

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

 span { border-color: rgb(211,38,201); }

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