Html Css Color HEX #D321AB Medium Violet Red

📋 copy color: '#D321AB'

red 211 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #D321AB

Tints of Medium Violet Red #D321AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 50.84%
G = 7.95%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D321AB (or 0xD321AB) is known color: Medium Violet Red. HEX triplet: D3, 21 and AB. RGB value is (211,33,171). Sum of RGB (Red+Green+Blue) = 211+33+171=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D321AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D321AB is #2CDE54. Grayscale: #656565. Windows color (decimal): -2940501 or 11215315. OLE color: 11215315.

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

Color convert

RGB 211 33 171 -
CMYK 0 0.84 0.19 0.17
HSL 313.48º 0.73% 0.48% -
HSV(B) 313.48º 0.84% 0.83% -
XYZ 34.76 17.88 40.15 -
YUV 101.95 166.97 205.78 -
System Red Green Blue C M Y K H S L
Decimal 211 33 171 0 0.84 0.19 0.17 313.48 0.73 0.48
Hex D3 21 AB 0 54 13 11 139 49 30
Octal 323 41 253 0 124 23 21 471 111 60
Binary 11010011 100001 10101011 0 1010100 10011 10001 100111001 1001001 110000

Color Harmonies of #D321AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321AB

Black with #D321AB

Text Example


Text Example

White with #D321AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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