Html Css Color HEX #D318A2 Medium Violet Red

📋 copy color: '#D318A2'

red 211 ◦ green 24 ◦ blue 162

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

Shades of Medium Violet Red #D318A2

Tints of Medium Violet Red #D318A2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.05%

 BLUE value IS 162 (63.67% from 255) = 40.81%

R = 53.15%
G = 6.05%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D318A2 (or 0xD318A2) is known color: Medium Violet Red. HEX triplet: D3, 18 and A2. RGB value is (211,24,162). Sum of RGB (Red+Green+Blue) = 211+24+162=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D318A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D318A2 is #2CE75D. Grayscale: #5F5F5F. Windows color (decimal): -2942814 or 10623187. OLE color: 10623187.

HSL color Cylindrical-coordinate representation of color #D318A2: hue angle of 315.72º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D318A2 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 24 162 -
CMYK 0 0.89 0.23 0.17
HSL 315.72º 0.8% 0.46% -
HSV(B) 315.72º 0.89% 0.83% -
XYZ 33.71 17.11 35.71 -
YUV 95.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 211 24 162 0 0.89 0.23 0.17 315.72 0.8 0.46
Hex D3 18 A2 0 59 17 11 13C 50 2E
Octal 323 30 242 0 131 27 21 474 120 56
Binary 11010011 11000 10100010 0 1011001 10111 10001 100111100 1010000 101110

Color Harmonies of #D318A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D318A2

Black with #D318A2

Text Example


Text Example

White with #D318A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D318A2; }

 p { color: rgb(211,24,162); }

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

background-color css

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

 a { background-color: rgb(211,24,162); }

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

border-color css

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

 span { border-color: rgb(211,24,162); }

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