Html Css Color HEX #D321BA Deep Magenta

📋 copy color: '#D321BA'

red 211 ◦ green 33 ◦ blue 186

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

Shades of Deep Magenta #D321BA

Tints of Deep Magenta #D321BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 49.07%
G = 7.67%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D321BA (or 0xD321BA) is known color: Deep Magenta. HEX triplet: D3, 21 and BA. RGB value is (211,33,186). Sum of RGB (Red+Green+Blue) = 211+33+186=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D321BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321BA is #2CDE45. Grayscale: #676767. Windows color (decimal): -2940486 or 12198355. OLE color: 12198355.

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

Color convert

RGB 211 33 186 -
CMYK 0 0.84 0.12 0.17
HSL 308.43º 0.73% 0.48% -
HSV(B) 308.43º 0.84% 0.83% -
XYZ 36.27 18.48 48.11 -
YUV 103.66 174.47 204.56 -
System Red Green Blue C M Y K H S L
Decimal 211 33 186 0 0.84 0.12 0.17 308.43 0.73 0.48
Hex D3 21 BA 0 54 C 11 134 49 30
Octal 323 41 272 0 124 14 21 464 111 60
Binary 11010011 100001 10111010 0 1010100 1100 10001 100110100 1001001 110000

Color Harmonies of #D321BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321BA

Black with #D321BA

Text Example


Text Example

White with #D321BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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