Html Css Color HEX #D328CA Deep Magenta

📋 copy color: '#D328CA'

red 211 ◦ green 40 ◦ blue 202

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

Shades of Deep Magenta #D328CA

Tints of Deep Magenta #D328CA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.83%

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 46.58%
G = 8.83%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D328CA (or 0xD328CA) is known color: Deep Magenta. HEX triplet: D3, 28 and CA. RGB value is (211,40,202). Sum of RGB (Red+Green+Blue) = 211+40+202=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D328CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D328CA is #2CD735. Grayscale: #6D6D6D. Windows color (decimal): -2938678 or 13248723. OLE color: 13248723.

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

Color convert

RGB 211 40 202 -
CMYK 0 0.81 0.04 0.17
HSL 303.16º 0.68% 0.49% -
HSV(B) 303.16º 0.81% 0.83% -
XYZ 38.28 19.63 57.65 -
YUV 109.6 180.15 200.33 -
System Red Green Blue C M Y K H S L
Decimal 211 40 202 0 0.81 0.04 0.17 303.16 0.68 0.49
Hex D3 28 CA 0 51 4 11 12F 44 31
Octal 323 50 312 0 121 4 21 457 104 61
Binary 11010011 101000 11001010 0 1010001 100 10001 100101111 1000100 110001

Color Harmonies of #D328CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328CA

Black with #D328CA

Text Example


Text Example

White with #D328CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328CA; }

 p { color: rgb(211,40,202); }

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

background-color css

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

 a { background-color: rgb(211,40,202); }

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

border-color css

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

 span { border-color: rgb(211,40,202); }

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