Html Css Color HEX #D323CD Deep Magenta

📋 copy color: '#D323CD'

red 211 ◦ green 35 ◦ blue 205

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

Shades of Deep Magenta #D323CD

Tints of Deep Magenta #D323CD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.76%

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

R = 46.78%
G = 7.76%
B = 45.45%

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

#D323CD (or 0xD323CD) is known color: Deep Magenta. HEX triplet: D3, 23 and CD. RGB value is (211,35,205). Sum of RGB (Red+Green+Blue) = 211+35+205=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D323CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D323CD is #2CDC32. Grayscale: #6A6A6A. Windows color (decimal): -2939955 or 13444051. OLE color: 13444051.

HSL color Cylindrical-coordinate representation of color #D323CD: hue angle of 302.05º degrees, saturation: 0.72, 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 #D323CD is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 35 205 -
CMYK 0 0.83 0.03 0.17
HSL 302.05º 0.72% 0.48% -
HSV(B) 302.05º 0.83% 0.83% -
XYZ 38.48 19.46 59.49 -
YUV 107 183.31 202.18 -
System Red Green Blue C M Y K H S L
Decimal 211 35 205 0 0.83 0.03 0.17 302.05 0.72 0.48
Hex D3 23 CD 0 53 3 11 12E 48 30
Octal 323 43 315 0 123 3 21 456 110 60
Binary 11010011 100011 11001101 0 1010011 11 10001 100101110 1001000 110000

Color Harmonies of #D323CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D323CD

Black with #D323CD

Text Example


Text Example

White with #D323CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D323CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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