Html Css Color HEX #D315AA Medium Violet Red

📋 copy color: '#D315AA'

red 211 ◦ green 21 ◦ blue 170

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

Shades of Medium Violet Red #D315AA

Tints of Medium Violet Red #D315AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.22%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 52.49%
G = 5.22%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D315AA (or 0xD315AA) is known color: Medium Violet Red. HEX triplet: D3, 15 and AA. RGB value is (211,21,170). Sum of RGB (Red+Green+Blue) = 211+21+170=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D315AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D315AA is #2CEA55. Grayscale: #5E5E5E. Windows color (decimal): -2943574 or 11146707. OLE color: 11146707.

HSL color Cylindrical-coordinate representation of color #D315AA: hue angle of 312.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D315AA is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 170 -
CMYK 0 0.90 0.19 0.17
HSL 312.95º 0.82% 0.45% -
HSV(B) 312.95º 0.9% 0.83% -
XYZ 34.39 17.29 39.55 -
YUV 94.8 170.45 210.88 -
System Red Green Blue C M Y K H S L
Decimal 211 21 170 0 0.90 0.19 0.17 312.95 0.82 0.45
Hex D3 15 AA 0 5A 13 11 139 52 2D
Octal 323 25 252 0 132 23 21 471 122 55
Binary 11010011 10101 10101010 0 1011010 10011 10001 100111001 1010010 101101

Color Harmonies of #D315AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D315AA

Black with #D315AA

Text Example


Text Example

White with #D315AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D315AA; }

 p { color: rgb(211,21,170); }

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

background-color css

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

 a { background-color: rgb(211,21,170); }

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

border-color css

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

 span { border-color: rgb(211,21,170); }

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