Html Css Color HEX #D323AD Medium Violet Red

📋 copy color: '#D323AD'

red 211 ◦ green 35 ◦ blue 173

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

Shades of Medium Violet Red #D323AD

Tints of Medium Violet Red #D323AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 50.36%
G = 8.35%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D323AD (or 0xD323AD) is known color: Medium Violet Red. HEX triplet: D3, 23 and AD. RGB value is (211,35,173). Sum of RGB (Red+Green+Blue) = 211+35+173=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D323AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D323AD is #2CDC52. Grayscale: #666666. Windows color (decimal): -2939987 or 11346899. OLE color: 11346899.

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

Color convert

RGB 211 35 173 -
CMYK 0 0.83 0.18 0.17
HSL 312.95º 0.72% 0.48% -
HSV(B) 312.95º 0.83% 0.83% -
XYZ 35.01 18.07 41.18 -
YUV 103.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 211 35 173 0 0.83 0.18 0.17 312.95 0.72 0.48
Hex D3 23 AD 0 53 12 11 139 48 30
Octal 323 43 255 0 123 22 21 471 110 60
Binary 11010011 100011 10101101 0 1010011 10010 10001 100111001 1001000 110000

Color Harmonies of #D323AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D323AD

Black with #D323AD

Text Example


Text Example

White with #D323AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D323AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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