Html Css Color HEX #D321CC Deep Magenta

📋 copy color: '#D321CC'

red 211 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #D321CC

Tints of Deep Magenta #D321CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.37%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 47.1%
G = 7.37%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D321CC (or 0xD321CC) is known color: Deep Magenta. HEX triplet: D3, 21 and CC. RGB value is (211,33,204). Sum of RGB (Red+Green+Blue) = 211+33+204=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D321CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321CC is #2CDE33. Grayscale: #696969. Windows color (decimal): -2940468 or 13378003. OLE color: 13378003.

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

Color convert

RGB 211 33 204 -
CMYK 0 0.84 0.03 0.17
HSL 302.36º 0.73% 0.48% -
HSV(B) 302.36º 0.84% 0.83% -
XYZ 38.31 19.3 58.83 -
YUV 105.72 183.47 203.1 -
System Red Green Blue C M Y K H S L
Decimal 211 33 204 0 0.84 0.03 0.17 302.36 0.73 0.48
Hex D3 21 CC 0 54 3 11 12E 49 30
Octal 323 41 314 0 124 3 21 456 111 60
Binary 11010011 100001 11001100 0 1010100 11 10001 100101110 1001001 110000

Color Harmonies of #D321CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321CC

Black with #D321CC

Text Example


Text Example

White with #D321CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321CC; }

 p { color: rgb(211,33,204); }

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

background-color css

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

 a { background-color: rgb(211,33,204); }

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

border-color css

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

 span { border-color: rgb(211,33,204); }

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