Html Css Color HEX #D324CD Deep Magenta

📋 copy color: '#D324CD'

red 211 ◦ green 36 ◦ blue 205

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

Shades of Deep Magenta #D324CD

Tints of Deep Magenta #D324CD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.96%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 46.68%
G = 7.96%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D324CD (or 0xD324CD) is known color: Deep Magenta. HEX triplet: D3, 24 and CD. RGB value is (211,36,205). Sum of RGB (Red+Green+Blue) = 211+36+205=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D324CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D324CD is #2CDB32. Grayscale: #6B6B6B. Windows color (decimal): -2939699 or 13444307. OLE color: 13444307.

HSL color Cylindrical-coordinate representation of color #D324CD: hue angle of 302.06º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D324CD is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 205 -
CMYK 0 0.83 0.03 0.17
HSL 302.06º 0.71% 0.48% -
HSV(B) 302.06º 0.83% 0.83% -
XYZ 38.51 19.52 59.5 -
YUV 107.59 182.98 201.76 -
System Red Green Blue C M Y K H S L
Decimal 211 36 205 0 0.83 0.03 0.17 302.06 0.71 0.48
Hex D3 24 CD 0 53 3 11 12E 47 30
Octal 323 44 315 0 123 3 21 456 107 60
Binary 11010011 100100 11001101 0 1010011 11 10001 100101110 1000111 110000

Color Harmonies of #D324CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D324CD

Black with #D324CD

Text Example


Text Example

White with #D324CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D324CD; }

 p { color: rgb(211,36,205); }

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

background-color css

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

 a { background-color: rgb(211,36,205); }

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

border-color css

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

 span { border-color: rgb(211,36,205); }

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